@aws-sdk/client-location 3.758.0 → 3.774.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 +184 -184
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AssociateTrackerConsumerCommand: () => AssociateTrackerConsumerCommand,
|
|
26
26
|
BatchDeleteDevicePositionHistoryCommand: () => BatchDeleteDevicePositionHistoryCommand,
|
|
@@ -160,7 +160,7 @@ __export(src_exports, {
|
|
|
160
160
|
paginateListTrackerConsumers: () => paginateListTrackerConsumers,
|
|
161
161
|
paginateListTrackers: () => paginateListTrackers
|
|
162
162
|
});
|
|
163
|
-
module.exports = __toCommonJS(
|
|
163
|
+
module.exports = __toCommonJS(index_exports);
|
|
164
164
|
|
|
165
165
|
// src/LocationClient.ts
|
|
166
166
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -287,9 +287,9 @@ var LocationClient = class extends import_smithy_client.Client {
|
|
|
287
287
|
this.middlewareStack.use(
|
|
288
288
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
289
289
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultLocationHttpAuthSchemeParametersProvider,
|
|
290
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
290
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
291
291
|
"aws.auth#sigv4": config.credentials
|
|
292
|
-
})
|
|
292
|
+
}), "identityProviderConfigProvider")
|
|
293
293
|
})
|
|
294
294
|
);
|
|
295
295
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -796,7 +796,7 @@ var se_BatchDeleteDevicePositionHistoryCommand = /* @__PURE__ */ __name(async (i
|
|
|
796
796
|
let body;
|
|
797
797
|
body = JSON.stringify(
|
|
798
798
|
(0, import_smithy_client.take)(input, {
|
|
799
|
-
DeviceIds: (_) => (0, import_smithy_client._json)(_)
|
|
799
|
+
DeviceIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DeviceIds")
|
|
800
800
|
})
|
|
801
801
|
);
|
|
802
802
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -820,7 +820,7 @@ var se_BatchDeleteGeofenceCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
820
820
|
let body;
|
|
821
821
|
body = JSON.stringify(
|
|
822
822
|
(0, import_smithy_client.take)(input, {
|
|
823
|
-
GeofenceIds: (_) => (0, import_smithy_client._json)(_)
|
|
823
|
+
GeofenceIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "GeofenceIds")
|
|
824
824
|
})
|
|
825
825
|
);
|
|
826
826
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -844,7 +844,7 @@ var se_BatchEvaluateGeofencesCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
844
844
|
let body;
|
|
845
845
|
body = JSON.stringify(
|
|
846
846
|
(0, import_smithy_client.take)(input, {
|
|
847
|
-
DevicePositionUpdates: (_) => se_DevicePositionUpdateList(_, context)
|
|
847
|
+
DevicePositionUpdates: /* @__PURE__ */ __name((_) => se_DevicePositionUpdateList(_, context), "DevicePositionUpdates")
|
|
848
848
|
})
|
|
849
849
|
);
|
|
850
850
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -868,7 +868,7 @@ var se_BatchGetDevicePositionCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
868
868
|
let body;
|
|
869
869
|
body = JSON.stringify(
|
|
870
870
|
(0, import_smithy_client.take)(input, {
|
|
871
|
-
DeviceIds: (_) => (0, import_smithy_client._json)(_)
|
|
871
|
+
DeviceIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DeviceIds")
|
|
872
872
|
})
|
|
873
873
|
);
|
|
874
874
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -892,7 +892,7 @@ var se_BatchPutGeofenceCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
892
892
|
let body;
|
|
893
893
|
body = JSON.stringify(
|
|
894
894
|
(0, import_smithy_client.take)(input, {
|
|
895
|
-
Entries: (_) => se_BatchPutGeofenceRequestEntryList(_, context)
|
|
895
|
+
Entries: /* @__PURE__ */ __name((_) => se_BatchPutGeofenceRequestEntryList(_, context), "Entries")
|
|
896
896
|
})
|
|
897
897
|
);
|
|
898
898
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -916,7 +916,7 @@ var se_BatchUpdateDevicePositionCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
916
916
|
let body;
|
|
917
917
|
body = JSON.stringify(
|
|
918
918
|
(0, import_smithy_client.take)(input, {
|
|
919
|
-
Updates: (_) => se_DevicePositionUpdateList(_, context)
|
|
919
|
+
Updates: /* @__PURE__ */ __name((_) => se_DevicePositionUpdateList(_, context), "Updates")
|
|
920
920
|
})
|
|
921
921
|
);
|
|
922
922
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -943,18 +943,18 @@ var se_CalculateRouteCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
943
943
|
let body;
|
|
944
944
|
body = JSON.stringify(
|
|
945
945
|
(0, import_smithy_client.take)(input, {
|
|
946
|
-
ArrivalTime: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
947
|
-
CarModeOptions: (_) => (0, import_smithy_client._json)(_),
|
|
946
|
+
ArrivalTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "ArrivalTime"),
|
|
947
|
+
CarModeOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CarModeOptions"),
|
|
948
948
|
DepartNow: [],
|
|
949
|
-
DeparturePosition: (_) => se_Position(_, context),
|
|
950
|
-
DepartureTime: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
951
|
-
DestinationPosition: (_) => se_Position(_, context),
|
|
949
|
+
DeparturePosition: /* @__PURE__ */ __name((_) => se_Position(_, context), "DeparturePosition"),
|
|
950
|
+
DepartureTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "DepartureTime"),
|
|
951
|
+
DestinationPosition: /* @__PURE__ */ __name((_) => se_Position(_, context), "DestinationPosition"),
|
|
952
952
|
DistanceUnit: [],
|
|
953
953
|
IncludeLegGeometry: [],
|
|
954
954
|
OptimizeFor: [],
|
|
955
955
|
TravelMode: [],
|
|
956
|
-
TruckModeOptions: (_) => se_CalculateRouteTruckModeOptions(_, context),
|
|
957
|
-
WaypointPositions: (_) => se_WaypointPositionList(_, context)
|
|
956
|
+
TruckModeOptions: /* @__PURE__ */ __name((_) => se_CalculateRouteTruckModeOptions(_, context), "TruckModeOptions"),
|
|
957
|
+
WaypointPositions: /* @__PURE__ */ __name((_) => se_WaypointPositionList(_, context), "WaypointPositions")
|
|
958
958
|
})
|
|
959
959
|
);
|
|
960
960
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -981,14 +981,14 @@ var se_CalculateRouteMatrixCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
981
981
|
let body;
|
|
982
982
|
body = JSON.stringify(
|
|
983
983
|
(0, import_smithy_client.take)(input, {
|
|
984
|
-
CarModeOptions: (_) => (0, import_smithy_client._json)(_),
|
|
984
|
+
CarModeOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CarModeOptions"),
|
|
985
985
|
DepartNow: [],
|
|
986
|
-
DeparturePositions: (_) => se_PositionList(_, context),
|
|
987
|
-
DepartureTime: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
988
|
-
DestinationPositions: (_) => se_PositionList(_, context),
|
|
986
|
+
DeparturePositions: /* @__PURE__ */ __name((_) => se_PositionList(_, context), "DeparturePositions"),
|
|
987
|
+
DepartureTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "DepartureTime"),
|
|
988
|
+
DestinationPositions: /* @__PURE__ */ __name((_) => se_PositionList(_, context), "DestinationPositions"),
|
|
989
989
|
DistanceUnit: [],
|
|
990
990
|
TravelMode: [],
|
|
991
|
-
TruckModeOptions: (_) => se_CalculateRouteTruckModeOptions(_, context)
|
|
991
|
+
TruckModeOptions: /* @__PURE__ */ __name((_) => se_CalculateRouteTruckModeOptions(_, context), "TruckModeOptions")
|
|
992
992
|
})
|
|
993
993
|
);
|
|
994
994
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1016,7 +1016,7 @@ var se_CreateGeofenceCollectionCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1016
1016
|
KmsKeyId: [],
|
|
1017
1017
|
PricingPlan: [],
|
|
1018
1018
|
PricingPlanDataSource: [],
|
|
1019
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1019
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1020
1020
|
})
|
|
1021
1021
|
);
|
|
1022
1022
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1040,11 +1040,11 @@ var se_CreateKeyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1040
1040
|
body = JSON.stringify(
|
|
1041
1041
|
(0, import_smithy_client.take)(input, {
|
|
1042
1042
|
Description: [],
|
|
1043
|
-
ExpireTime: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
1043
|
+
ExpireTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "ExpireTime"),
|
|
1044
1044
|
KeyName: [],
|
|
1045
1045
|
NoExpiry: [],
|
|
1046
|
-
Restrictions: (_) => (0, import_smithy_client._json)(_),
|
|
1047
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1046
|
+
Restrictions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Restrictions"),
|
|
1047
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1048
1048
|
})
|
|
1049
1049
|
);
|
|
1050
1050
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1067,11 +1067,11 @@ var se_CreateMapCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1067
1067
|
let body;
|
|
1068
1068
|
body = JSON.stringify(
|
|
1069
1069
|
(0, import_smithy_client.take)(input, {
|
|
1070
|
-
Configuration: (_) => (0, import_smithy_client._json)(_),
|
|
1070
|
+
Configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Configuration"),
|
|
1071
1071
|
Description: [],
|
|
1072
1072
|
MapName: [],
|
|
1073
1073
|
PricingPlan: [],
|
|
1074
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1074
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1075
1075
|
})
|
|
1076
1076
|
);
|
|
1077
1077
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1095,11 +1095,11 @@ var se_CreatePlaceIndexCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1095
1095
|
body = JSON.stringify(
|
|
1096
1096
|
(0, import_smithy_client.take)(input, {
|
|
1097
1097
|
DataSource: [],
|
|
1098
|
-
DataSourceConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1098
|
+
DataSourceConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DataSourceConfiguration"),
|
|
1099
1099
|
Description: [],
|
|
1100
1100
|
IndexName: [],
|
|
1101
1101
|
PricingPlan: [],
|
|
1102
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1102
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1103
1103
|
})
|
|
1104
1104
|
);
|
|
1105
1105
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1126,7 +1126,7 @@ var se_CreateRouteCalculatorCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1126
1126
|
DataSource: [],
|
|
1127
1127
|
Description: [],
|
|
1128
1128
|
PricingPlan: [],
|
|
1129
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1129
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1130
1130
|
})
|
|
1131
1131
|
);
|
|
1132
1132
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1156,7 +1156,7 @@ var se_CreateTrackerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1156
1156
|
PositionFiltering: [],
|
|
1157
1157
|
PricingPlan: [],
|
|
1158
1158
|
PricingPlanDataSource: [],
|
|
1159
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
1159
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
1160
1160
|
TrackerName: []
|
|
1161
1161
|
})
|
|
1162
1162
|
);
|
|
@@ -1406,12 +1406,12 @@ var se_ForecastGeofenceEventsCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1406
1406
|
let body;
|
|
1407
1407
|
body = JSON.stringify(
|
|
1408
1408
|
(0, import_smithy_client.take)(input, {
|
|
1409
|
-
DeviceState: (_) => se_ForecastGeofenceEventsDeviceState(_, context),
|
|
1409
|
+
DeviceState: /* @__PURE__ */ __name((_) => se_ForecastGeofenceEventsDeviceState(_, context), "DeviceState"),
|
|
1410
1410
|
DistanceUnit: [],
|
|
1411
1411
|
MaxResults: [],
|
|
1412
1412
|
NextToken: [],
|
|
1413
1413
|
SpeedUnit: [],
|
|
1414
|
-
TimeHorizonMinutes: (_) => (0, import_smithy_client.serializeFloat)(_)
|
|
1414
|
+
TimeHorizonMinutes: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeFloat)(_), "TimeHorizonMinutes")
|
|
1415
1415
|
})
|
|
1416
1416
|
);
|
|
1417
1417
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1454,10 +1454,10 @@ var se_GetDevicePositionHistoryCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1454
1454
|
let body;
|
|
1455
1455
|
body = JSON.stringify(
|
|
1456
1456
|
(0, import_smithy_client.take)(input, {
|
|
1457
|
-
EndTimeExclusive: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
1457
|
+
EndTimeExclusive: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "EndTimeExclusive"),
|
|
1458
1458
|
MaxResults: [],
|
|
1459
1459
|
NextToken: [],
|
|
1460
|
-
StartTimeInclusive: (_) => (0, import_smithy_client.serializeDateTime)(_)
|
|
1460
|
+
StartTimeInclusive: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "StartTimeInclusive")
|
|
1461
1461
|
})
|
|
1462
1462
|
);
|
|
1463
1463
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1607,7 +1607,7 @@ var se_ListDevicePositionsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1607
1607
|
let body;
|
|
1608
1608
|
body = JSON.stringify(
|
|
1609
1609
|
(0, import_smithy_client.take)(input, {
|
|
1610
|
-
FilterGeometry: (_) => se_TrackingFilterGeometry(_, context),
|
|
1610
|
+
FilterGeometry: /* @__PURE__ */ __name((_) => se_TrackingFilterGeometry(_, context), "FilterGeometry"),
|
|
1611
1611
|
MaxResults: [],
|
|
1612
1612
|
NextToken: []
|
|
1613
1613
|
})
|
|
@@ -1681,7 +1681,7 @@ var se_ListKeysCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1681
1681
|
let body;
|
|
1682
1682
|
body = JSON.stringify(
|
|
1683
1683
|
(0, import_smithy_client.take)(input, {
|
|
1684
|
-
Filter: (_) => (0, import_smithy_client._json)(_),
|
|
1684
|
+
Filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filter"),
|
|
1685
1685
|
MaxResults: [],
|
|
1686
1686
|
NextToken: []
|
|
1687
1687
|
})
|
|
@@ -1846,8 +1846,8 @@ var se_PutGeofenceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1846
1846
|
let body;
|
|
1847
1847
|
body = JSON.stringify(
|
|
1848
1848
|
(0, import_smithy_client.take)(input, {
|
|
1849
|
-
GeofenceProperties: (_) => (0, import_smithy_client._json)(_),
|
|
1850
|
-
Geometry: (_) => se_GeofenceGeometry(_, context)
|
|
1849
|
+
GeofenceProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "GeofenceProperties"),
|
|
1850
|
+
Geometry: /* @__PURE__ */ __name((_) => se_GeofenceGeometry(_, context), "Geometry")
|
|
1851
1851
|
})
|
|
1852
1852
|
);
|
|
1853
1853
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1876,7 +1876,7 @@ var se_SearchPlaceIndexForPositionCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1876
1876
|
(0, import_smithy_client.take)(input, {
|
|
1877
1877
|
Language: [],
|
|
1878
1878
|
MaxResults: [],
|
|
1879
|
-
Position: (_) => se_Position(_, context)
|
|
1879
|
+
Position: /* @__PURE__ */ __name((_) => se_Position(_, context), "Position")
|
|
1880
1880
|
})
|
|
1881
1881
|
);
|
|
1882
1882
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1903,10 +1903,10 @@ var se_SearchPlaceIndexForSuggestionsCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1903
1903
|
let body;
|
|
1904
1904
|
body = JSON.stringify(
|
|
1905
1905
|
(0, import_smithy_client.take)(input, {
|
|
1906
|
-
BiasPosition: (_) => se_Position(_, context),
|
|
1907
|
-
FilterBBox: (_) => se_BoundingBox(_, context),
|
|
1908
|
-
FilterCategories: (_) => (0, import_smithy_client._json)(_),
|
|
1909
|
-
FilterCountries: (_) => (0, import_smithy_client._json)(_),
|
|
1906
|
+
BiasPosition: /* @__PURE__ */ __name((_) => se_Position(_, context), "BiasPosition"),
|
|
1907
|
+
FilterBBox: /* @__PURE__ */ __name((_) => se_BoundingBox(_, context), "FilterBBox"),
|
|
1908
|
+
FilterCategories: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FilterCategories"),
|
|
1909
|
+
FilterCountries: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FilterCountries"),
|
|
1910
1910
|
Language: [],
|
|
1911
1911
|
MaxResults: [],
|
|
1912
1912
|
Text: []
|
|
@@ -1936,10 +1936,10 @@ var se_SearchPlaceIndexForTextCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1936
1936
|
let body;
|
|
1937
1937
|
body = JSON.stringify(
|
|
1938
1938
|
(0, import_smithy_client.take)(input, {
|
|
1939
|
-
BiasPosition: (_) => se_Position(_, context),
|
|
1940
|
-
FilterBBox: (_) => se_BoundingBox(_, context),
|
|
1941
|
-
FilterCategories: (_) => (0, import_smithy_client._json)(_),
|
|
1942
|
-
FilterCountries: (_) => (0, import_smithy_client._json)(_),
|
|
1939
|
+
BiasPosition: /* @__PURE__ */ __name((_) => se_Position(_, context), "BiasPosition"),
|
|
1940
|
+
FilterBBox: /* @__PURE__ */ __name((_) => se_BoundingBox(_, context), "FilterBBox"),
|
|
1941
|
+
FilterCategories: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FilterCategories"),
|
|
1942
|
+
FilterCountries: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FilterCountries"),
|
|
1943
1943
|
Language: [],
|
|
1944
1944
|
MaxResults: [],
|
|
1945
1945
|
Text: []
|
|
@@ -1966,7 +1966,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1966
1966
|
let body;
|
|
1967
1967
|
body = JSON.stringify(
|
|
1968
1968
|
(0, import_smithy_client.take)(input, {
|
|
1969
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1969
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1970
1970
|
})
|
|
1971
1971
|
);
|
|
1972
1972
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2037,10 +2037,10 @@ var se_UpdateKeyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2037
2037
|
body = JSON.stringify(
|
|
2038
2038
|
(0, import_smithy_client.take)(input, {
|
|
2039
2039
|
Description: [],
|
|
2040
|
-
ExpireTime: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
2040
|
+
ExpireTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "ExpireTime"),
|
|
2041
2041
|
ForceUpdate: [],
|
|
2042
2042
|
NoExpiry: [],
|
|
2043
|
-
Restrictions: (_) => (0, import_smithy_client._json)(_)
|
|
2043
|
+
Restrictions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Restrictions")
|
|
2044
2044
|
})
|
|
2045
2045
|
);
|
|
2046
2046
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2064,7 +2064,7 @@ var se_UpdateMapCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2064
2064
|
let body;
|
|
2065
2065
|
body = JSON.stringify(
|
|
2066
2066
|
(0, import_smithy_client.take)(input, {
|
|
2067
|
-
ConfigurationUpdate: (_) => (0, import_smithy_client._json)(_),
|
|
2067
|
+
ConfigurationUpdate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ConfigurationUpdate"),
|
|
2068
2068
|
Description: [],
|
|
2069
2069
|
PricingPlan: []
|
|
2070
2070
|
})
|
|
@@ -2090,7 +2090,7 @@ var se_UpdatePlaceIndexCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2090
2090
|
let body;
|
|
2091
2091
|
body = JSON.stringify(
|
|
2092
2092
|
(0, import_smithy_client.take)(input, {
|
|
2093
|
-
DataSourceConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2093
|
+
DataSourceConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DataSourceConfiguration"),
|
|
2094
2094
|
Description: [],
|
|
2095
2095
|
PricingPlan: []
|
|
2096
2096
|
})
|
|
@@ -2170,7 +2170,7 @@ var se_VerifyDevicePositionCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2170
2170
|
let body;
|
|
2171
2171
|
body = JSON.stringify(
|
|
2172
2172
|
(0, import_smithy_client.take)(input, {
|
|
2173
|
-
DeviceState: (_) => se_DeviceState(_, context),
|
|
2173
|
+
DeviceState: /* @__PURE__ */ __name((_) => se_DeviceState(_, context), "DeviceState"),
|
|
2174
2174
|
DistanceUnit: []
|
|
2175
2175
|
})
|
|
2176
2176
|
);
|
|
@@ -2232,7 +2232,7 @@ var de_BatchEvaluateGeofencesCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2232
2232
|
});
|
|
2233
2233
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2234
2234
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2235
|
-
Errors: (_) => de_BatchEvaluateGeofencesErrorList(_, context)
|
|
2235
|
+
Errors: /* @__PURE__ */ __name((_) => de_BatchEvaluateGeofencesErrorList(_, context), "Errors")
|
|
2236
2236
|
});
|
|
2237
2237
|
Object.assign(contents, doc);
|
|
2238
2238
|
return contents;
|
|
@@ -2246,7 +2246,7 @@ var de_BatchGetDevicePositionCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2246
2246
|
});
|
|
2247
2247
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2248
2248
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2249
|
-
DevicePositions: (_) => de_DevicePositionList(_, context),
|
|
2249
|
+
DevicePositions: /* @__PURE__ */ __name((_) => de_DevicePositionList(_, context), "DevicePositions"),
|
|
2250
2250
|
Errors: import_smithy_client._json
|
|
2251
2251
|
});
|
|
2252
2252
|
Object.assign(contents, doc);
|
|
@@ -2262,7 +2262,7 @@ var de_BatchPutGeofenceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2262
2262
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2263
2263
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2264
2264
|
Errors: import_smithy_client._json,
|
|
2265
|
-
Successes: (_) => de_BatchPutGeofenceSuccessList(_, context)
|
|
2265
|
+
Successes: /* @__PURE__ */ __name((_) => de_BatchPutGeofenceSuccessList(_, context), "Successes")
|
|
2266
2266
|
});
|
|
2267
2267
|
Object.assign(contents, doc);
|
|
2268
2268
|
return contents;
|
|
@@ -2276,7 +2276,7 @@ var de_BatchUpdateDevicePositionCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2276
2276
|
});
|
|
2277
2277
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2278
2278
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2279
|
-
Errors: (_) => de_BatchUpdateDevicePositionErrorList(_, context)
|
|
2279
|
+
Errors: /* @__PURE__ */ __name((_) => de_BatchUpdateDevicePositionErrorList(_, context), "Errors")
|
|
2280
2280
|
});
|
|
2281
2281
|
Object.assign(contents, doc);
|
|
2282
2282
|
return contents;
|
|
@@ -2290,8 +2290,8 @@ var de_CalculateRouteCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2290
2290
|
});
|
|
2291
2291
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2292
2292
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2293
|
-
Legs: (_) => de_LegList(_, context),
|
|
2294
|
-
Summary: (_) => de_CalculateRouteSummary(_, context)
|
|
2293
|
+
Legs: /* @__PURE__ */ __name((_) => de_LegList(_, context), "Legs"),
|
|
2294
|
+
Summary: /* @__PURE__ */ __name((_) => de_CalculateRouteSummary(_, context), "Summary")
|
|
2295
2295
|
});
|
|
2296
2296
|
Object.assign(contents, doc);
|
|
2297
2297
|
return contents;
|
|
@@ -2305,9 +2305,9 @@ var de_CalculateRouteMatrixCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2305
2305
|
});
|
|
2306
2306
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2307
2307
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2308
|
-
RouteMatrix: (_) => de_RouteMatrix(_, context),
|
|
2309
|
-
SnappedDeparturePositions: (_) => de_PositionList(_, context),
|
|
2310
|
-
SnappedDestinationPositions: (_) => de_PositionList(_, context),
|
|
2308
|
+
RouteMatrix: /* @__PURE__ */ __name((_) => de_RouteMatrix(_, context), "RouteMatrix"),
|
|
2309
|
+
SnappedDeparturePositions: /* @__PURE__ */ __name((_) => de_PositionList(_, context), "SnappedDeparturePositions"),
|
|
2310
|
+
SnappedDestinationPositions: /* @__PURE__ */ __name((_) => de_PositionList(_, context), "SnappedDestinationPositions"),
|
|
2311
2311
|
Summary: import_smithy_client._json
|
|
2312
2312
|
});
|
|
2313
2313
|
Object.assign(contents, doc);
|
|
@@ -2324,7 +2324,7 @@ var de_CreateGeofenceCollectionCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2324
2324
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2325
2325
|
CollectionArn: import_smithy_client.expectString,
|
|
2326
2326
|
CollectionName: import_smithy_client.expectString,
|
|
2327
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2327
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime")
|
|
2328
2328
|
});
|
|
2329
2329
|
Object.assign(contents, doc);
|
|
2330
2330
|
return contents;
|
|
@@ -2338,7 +2338,7 @@ var de_CreateKeyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2338
2338
|
});
|
|
2339
2339
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2340
2340
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2341
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2341
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
2342
2342
|
Key: import_smithy_client.expectString,
|
|
2343
2343
|
KeyArn: import_smithy_client.expectString,
|
|
2344
2344
|
KeyName: import_smithy_client.expectString
|
|
@@ -2355,7 +2355,7 @@ var de_CreateMapCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2355
2355
|
});
|
|
2356
2356
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2357
2357
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2358
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2358
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
2359
2359
|
MapArn: import_smithy_client.expectString,
|
|
2360
2360
|
MapName: import_smithy_client.expectString
|
|
2361
2361
|
});
|
|
@@ -2371,7 +2371,7 @@ var de_CreatePlaceIndexCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2371
2371
|
});
|
|
2372
2372
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2373
2373
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2374
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2374
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
2375
2375
|
IndexArn: import_smithy_client.expectString,
|
|
2376
2376
|
IndexName: import_smithy_client.expectString
|
|
2377
2377
|
});
|
|
@@ -2389,7 +2389,7 @@ var de_CreateRouteCalculatorCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2389
2389
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2390
2390
|
CalculatorArn: import_smithy_client.expectString,
|
|
2391
2391
|
CalculatorName: import_smithy_client.expectString,
|
|
2392
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2392
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime")
|
|
2393
2393
|
});
|
|
2394
2394
|
Object.assign(contents, doc);
|
|
2395
2395
|
return contents;
|
|
@@ -2403,7 +2403,7 @@ var de_CreateTrackerCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2403
2403
|
});
|
|
2404
2404
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2405
2405
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2406
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2406
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
2407
2407
|
TrackerArn: import_smithy_client.expectString,
|
|
2408
2408
|
TrackerName: import_smithy_client.expectString
|
|
2409
2409
|
});
|
|
@@ -2481,14 +2481,14 @@ var de_DescribeGeofenceCollectionCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2481
2481
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2482
2482
|
CollectionArn: import_smithy_client.expectString,
|
|
2483
2483
|
CollectionName: import_smithy_client.expectString,
|
|
2484
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2484
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
2485
2485
|
Description: import_smithy_client.expectString,
|
|
2486
2486
|
GeofenceCount: import_smithy_client.expectInt32,
|
|
2487
2487
|
KmsKeyId: import_smithy_client.expectString,
|
|
2488
2488
|
PricingPlan: import_smithy_client.expectString,
|
|
2489
2489
|
PricingPlanDataSource: import_smithy_client.expectString,
|
|
2490
2490
|
Tags: import_smithy_client._json,
|
|
2491
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2491
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
2492
2492
|
});
|
|
2493
2493
|
Object.assign(contents, doc);
|
|
2494
2494
|
return contents;
|
|
@@ -2502,15 +2502,15 @@ var de_DescribeKeyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2502
2502
|
});
|
|
2503
2503
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2504
2504
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2505
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2505
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
2506
2506
|
Description: import_smithy_client.expectString,
|
|
2507
|
-
ExpireTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2507
|
+
ExpireTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ExpireTime"),
|
|
2508
2508
|
Key: import_smithy_client.expectString,
|
|
2509
2509
|
KeyArn: import_smithy_client.expectString,
|
|
2510
2510
|
KeyName: import_smithy_client.expectString,
|
|
2511
2511
|
Restrictions: import_smithy_client._json,
|
|
2512
2512
|
Tags: import_smithy_client._json,
|
|
2513
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2513
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
2514
2514
|
});
|
|
2515
2515
|
Object.assign(contents, doc);
|
|
2516
2516
|
return contents;
|
|
@@ -2525,14 +2525,14 @@ var de_DescribeMapCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2525
2525
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2526
2526
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2527
2527
|
Configuration: import_smithy_client._json,
|
|
2528
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2528
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
2529
2529
|
DataSource: import_smithy_client.expectString,
|
|
2530
2530
|
Description: import_smithy_client.expectString,
|
|
2531
2531
|
MapArn: import_smithy_client.expectString,
|
|
2532
2532
|
MapName: import_smithy_client.expectString,
|
|
2533
2533
|
PricingPlan: import_smithy_client.expectString,
|
|
2534
2534
|
Tags: import_smithy_client._json,
|
|
2535
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2535
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
2536
2536
|
});
|
|
2537
2537
|
Object.assign(contents, doc);
|
|
2538
2538
|
return contents;
|
|
@@ -2546,7 +2546,7 @@ var de_DescribePlaceIndexCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2546
2546
|
});
|
|
2547
2547
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2548
2548
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2549
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2549
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
2550
2550
|
DataSource: import_smithy_client.expectString,
|
|
2551
2551
|
DataSourceConfiguration: import_smithy_client._json,
|
|
2552
2552
|
Description: import_smithy_client.expectString,
|
|
@@ -2554,7 +2554,7 @@ var de_DescribePlaceIndexCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2554
2554
|
IndexName: import_smithy_client.expectString,
|
|
2555
2555
|
PricingPlan: import_smithy_client.expectString,
|
|
2556
2556
|
Tags: import_smithy_client._json,
|
|
2557
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2557
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
2558
2558
|
});
|
|
2559
2559
|
Object.assign(contents, doc);
|
|
2560
2560
|
return contents;
|
|
@@ -2570,12 +2570,12 @@ var de_DescribeRouteCalculatorCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2570
2570
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2571
2571
|
CalculatorArn: import_smithy_client.expectString,
|
|
2572
2572
|
CalculatorName: import_smithy_client.expectString,
|
|
2573
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2573
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
2574
2574
|
DataSource: import_smithy_client.expectString,
|
|
2575
2575
|
Description: import_smithy_client.expectString,
|
|
2576
2576
|
PricingPlan: import_smithy_client.expectString,
|
|
2577
2577
|
Tags: import_smithy_client._json,
|
|
2578
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2578
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
2579
2579
|
});
|
|
2580
2580
|
Object.assign(contents, doc);
|
|
2581
2581
|
return contents;
|
|
@@ -2589,7 +2589,7 @@ var de_DescribeTrackerCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2589
2589
|
});
|
|
2590
2590
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2591
2591
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2592
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2592
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
2593
2593
|
Description: import_smithy_client.expectString,
|
|
2594
2594
|
EventBridgeEnabled: import_smithy_client.expectBoolean,
|
|
2595
2595
|
KmsKeyEnableGeospatialQueries: import_smithy_client.expectBoolean,
|
|
@@ -2600,7 +2600,7 @@ var de_DescribeTrackerCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2600
2600
|
Tags: import_smithy_client._json,
|
|
2601
2601
|
TrackerArn: import_smithy_client.expectString,
|
|
2602
2602
|
TrackerName: import_smithy_client.expectString,
|
|
2603
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2603
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
2604
2604
|
});
|
|
2605
2605
|
Object.assign(contents, doc);
|
|
2606
2606
|
return contents;
|
|
@@ -2625,7 +2625,7 @@ var de_ForecastGeofenceEventsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2625
2625
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2626
2626
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2627
2627
|
DistanceUnit: import_smithy_client.expectString,
|
|
2628
|
-
ForecastedEvents: (_) => de_ForecastedEventsList(_, context),
|
|
2628
|
+
ForecastedEvents: /* @__PURE__ */ __name((_) => de_ForecastedEventsList(_, context), "ForecastedEvents"),
|
|
2629
2629
|
NextToken: import_smithy_client.expectString,
|
|
2630
2630
|
SpeedUnit: import_smithy_client.expectString
|
|
2631
2631
|
});
|
|
@@ -2641,12 +2641,12 @@ var de_GetDevicePositionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2641
2641
|
});
|
|
2642
2642
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2643
2643
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2644
|
-
Accuracy: (_) => de_PositionalAccuracy(_, context),
|
|
2644
|
+
Accuracy: /* @__PURE__ */ __name((_) => de_PositionalAccuracy(_, context), "Accuracy"),
|
|
2645
2645
|
DeviceId: import_smithy_client.expectString,
|
|
2646
|
-
Position: (_) => de_Position(_, context),
|
|
2646
|
+
Position: /* @__PURE__ */ __name((_) => de_Position(_, context), "Position"),
|
|
2647
2647
|
PositionProperties: import_smithy_client._json,
|
|
2648
|
-
ReceivedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2649
|
-
SampleTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2648
|
+
ReceivedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ReceivedTime"),
|
|
2649
|
+
SampleTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "SampleTime")
|
|
2650
2650
|
});
|
|
2651
2651
|
Object.assign(contents, doc);
|
|
2652
2652
|
return contents;
|
|
@@ -2660,7 +2660,7 @@ var de_GetDevicePositionHistoryCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2660
2660
|
});
|
|
2661
2661
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2662
2662
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2663
|
-
DevicePositions: (_) => de_DevicePositionList(_, context),
|
|
2663
|
+
DevicePositions: /* @__PURE__ */ __name((_) => de_DevicePositionList(_, context), "DevicePositions"),
|
|
2664
2664
|
NextToken: import_smithy_client.expectString
|
|
2665
2665
|
});
|
|
2666
2666
|
Object.assign(contents, doc);
|
|
@@ -2675,12 +2675,12 @@ var de_GetGeofenceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2675
2675
|
});
|
|
2676
2676
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2677
2677
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2678
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2678
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
2679
2679
|
GeofenceId: import_smithy_client.expectString,
|
|
2680
2680
|
GeofenceProperties: import_smithy_client._json,
|
|
2681
|
-
Geometry: (_) => de_GeofenceGeometry(_, context),
|
|
2681
|
+
Geometry: /* @__PURE__ */ __name((_) => de_GeofenceGeometry(_, context), "Geometry"),
|
|
2682
2682
|
Status: import_smithy_client.expectString,
|
|
2683
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2683
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
2684
2684
|
});
|
|
2685
2685
|
Object.assign(contents, doc);
|
|
2686
2686
|
return contents;
|
|
@@ -2746,7 +2746,7 @@ var de_GetPlaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2746
2746
|
});
|
|
2747
2747
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2748
2748
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2749
|
-
Place: (_) => de_Place(_, context)
|
|
2749
|
+
Place: /* @__PURE__ */ __name((_) => de_Place(_, context), "Place")
|
|
2750
2750
|
});
|
|
2751
2751
|
Object.assign(contents, doc);
|
|
2752
2752
|
return contents;
|
|
@@ -2760,7 +2760,7 @@ var de_ListDevicePositionsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2760
2760
|
});
|
|
2761
2761
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2762
2762
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2763
|
-
Entries: (_) => de_ListDevicePositionsResponseEntryList(_, context),
|
|
2763
|
+
Entries: /* @__PURE__ */ __name((_) => de_ListDevicePositionsResponseEntryList(_, context), "Entries"),
|
|
2764
2764
|
NextToken: import_smithy_client.expectString
|
|
2765
2765
|
});
|
|
2766
2766
|
Object.assign(contents, doc);
|
|
@@ -2775,7 +2775,7 @@ var de_ListGeofenceCollectionsCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2775
2775
|
});
|
|
2776
2776
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2777
2777
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2778
|
-
Entries: (_) => de_ListGeofenceCollectionsResponseEntryList(_, context),
|
|
2778
|
+
Entries: /* @__PURE__ */ __name((_) => de_ListGeofenceCollectionsResponseEntryList(_, context), "Entries"),
|
|
2779
2779
|
NextToken: import_smithy_client.expectString
|
|
2780
2780
|
});
|
|
2781
2781
|
Object.assign(contents, doc);
|
|
@@ -2790,7 +2790,7 @@ var de_ListGeofencesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2790
2790
|
});
|
|
2791
2791
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2792
2792
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2793
|
-
Entries: (_) => de_ListGeofenceResponseEntryList(_, context),
|
|
2793
|
+
Entries: /* @__PURE__ */ __name((_) => de_ListGeofenceResponseEntryList(_, context), "Entries"),
|
|
2794
2794
|
NextToken: import_smithy_client.expectString
|
|
2795
2795
|
});
|
|
2796
2796
|
Object.assign(contents, doc);
|
|
@@ -2805,7 +2805,7 @@ var de_ListKeysCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2805
2805
|
});
|
|
2806
2806
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2807
2807
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2808
|
-
Entries: (_) => de_ListKeysResponseEntryList(_, context),
|
|
2808
|
+
Entries: /* @__PURE__ */ __name((_) => de_ListKeysResponseEntryList(_, context), "Entries"),
|
|
2809
2809
|
NextToken: import_smithy_client.expectString
|
|
2810
2810
|
});
|
|
2811
2811
|
Object.assign(contents, doc);
|
|
@@ -2820,7 +2820,7 @@ var de_ListMapsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2820
2820
|
});
|
|
2821
2821
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2822
2822
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2823
|
-
Entries: (_) => de_ListMapsResponseEntryList(_, context),
|
|
2823
|
+
Entries: /* @__PURE__ */ __name((_) => de_ListMapsResponseEntryList(_, context), "Entries"),
|
|
2824
2824
|
NextToken: import_smithy_client.expectString
|
|
2825
2825
|
});
|
|
2826
2826
|
Object.assign(contents, doc);
|
|
@@ -2835,7 +2835,7 @@ var de_ListPlaceIndexesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2835
2835
|
});
|
|
2836
2836
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2837
2837
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2838
|
-
Entries: (_) => de_ListPlaceIndexesResponseEntryList(_, context),
|
|
2838
|
+
Entries: /* @__PURE__ */ __name((_) => de_ListPlaceIndexesResponseEntryList(_, context), "Entries"),
|
|
2839
2839
|
NextToken: import_smithy_client.expectString
|
|
2840
2840
|
});
|
|
2841
2841
|
Object.assign(contents, doc);
|
|
@@ -2850,7 +2850,7 @@ var de_ListRouteCalculatorsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2850
2850
|
});
|
|
2851
2851
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2852
2852
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2853
|
-
Entries: (_) => de_ListRouteCalculatorsResponseEntryList(_, context),
|
|
2853
|
+
Entries: /* @__PURE__ */ __name((_) => de_ListRouteCalculatorsResponseEntryList(_, context), "Entries"),
|
|
2854
2854
|
NextToken: import_smithy_client.expectString
|
|
2855
2855
|
});
|
|
2856
2856
|
Object.assign(contents, doc);
|
|
@@ -2894,7 +2894,7 @@ var de_ListTrackersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2894
2894
|
});
|
|
2895
2895
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2896
2896
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2897
|
-
Entries: (_) => de_ListTrackersResponseEntryList(_, context),
|
|
2897
|
+
Entries: /* @__PURE__ */ __name((_) => de_ListTrackersResponseEntryList(_, context), "Entries"),
|
|
2898
2898
|
NextToken: import_smithy_client.expectString
|
|
2899
2899
|
});
|
|
2900
2900
|
Object.assign(contents, doc);
|
|
@@ -2909,9 +2909,9 @@ var de_PutGeofenceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2909
2909
|
});
|
|
2910
2910
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2911
2911
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2912
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2912
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
2913
2913
|
GeofenceId: import_smithy_client.expectString,
|
|
2914
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2914
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
2915
2915
|
});
|
|
2916
2916
|
Object.assign(contents, doc);
|
|
2917
2917
|
return contents;
|
|
@@ -2925,8 +2925,8 @@ var de_SearchPlaceIndexForPositionCommand = /* @__PURE__ */ __name(async (output
|
|
|
2925
2925
|
});
|
|
2926
2926
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2927
2927
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2928
|
-
Results: (_) => de_SearchForPositionResultList(_, context),
|
|
2929
|
-
Summary: (_) => de_SearchPlaceIndexForPositionSummary(_, context)
|
|
2928
|
+
Results: /* @__PURE__ */ __name((_) => de_SearchForPositionResultList(_, context), "Results"),
|
|
2929
|
+
Summary: /* @__PURE__ */ __name((_) => de_SearchPlaceIndexForPositionSummary(_, context), "Summary")
|
|
2930
2930
|
});
|
|
2931
2931
|
Object.assign(contents, doc);
|
|
2932
2932
|
return contents;
|
|
@@ -2941,7 +2941,7 @@ var de_SearchPlaceIndexForSuggestionsCommand = /* @__PURE__ */ __name(async (out
|
|
|
2941
2941
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2942
2942
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2943
2943
|
Results: import_smithy_client._json,
|
|
2944
|
-
Summary: (_) => de_SearchPlaceIndexForSuggestionsSummary(_, context)
|
|
2944
|
+
Summary: /* @__PURE__ */ __name((_) => de_SearchPlaceIndexForSuggestionsSummary(_, context), "Summary")
|
|
2945
2945
|
});
|
|
2946
2946
|
Object.assign(contents, doc);
|
|
2947
2947
|
return contents;
|
|
@@ -2955,8 +2955,8 @@ var de_SearchPlaceIndexForTextCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2955
2955
|
});
|
|
2956
2956
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2957
2957
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2958
|
-
Results: (_) => de_SearchForTextResultList(_, context),
|
|
2959
|
-
Summary: (_) => de_SearchPlaceIndexForTextSummary(_, context)
|
|
2958
|
+
Results: /* @__PURE__ */ __name((_) => de_SearchForTextResultList(_, context), "Results"),
|
|
2959
|
+
Summary: /* @__PURE__ */ __name((_) => de_SearchPlaceIndexForTextSummary(_, context), "Summary")
|
|
2960
2960
|
});
|
|
2961
2961
|
Object.assign(contents, doc);
|
|
2962
2962
|
return contents;
|
|
@@ -2992,7 +2992,7 @@ var de_UpdateGeofenceCollectionCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2992
2992
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2993
2993
|
CollectionArn: import_smithy_client.expectString,
|
|
2994
2994
|
CollectionName: import_smithy_client.expectString,
|
|
2995
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2995
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
2996
2996
|
});
|
|
2997
2997
|
Object.assign(contents, doc);
|
|
2998
2998
|
return contents;
|
|
@@ -3008,7 +3008,7 @@ var de_UpdateKeyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3008
3008
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3009
3009
|
KeyArn: import_smithy_client.expectString,
|
|
3010
3010
|
KeyName: import_smithy_client.expectString,
|
|
3011
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3011
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
3012
3012
|
});
|
|
3013
3013
|
Object.assign(contents, doc);
|
|
3014
3014
|
return contents;
|
|
@@ -3024,7 +3024,7 @@ var de_UpdateMapCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3024
3024
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3025
3025
|
MapArn: import_smithy_client.expectString,
|
|
3026
3026
|
MapName: import_smithy_client.expectString,
|
|
3027
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3027
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
3028
3028
|
});
|
|
3029
3029
|
Object.assign(contents, doc);
|
|
3030
3030
|
return contents;
|
|
@@ -3040,7 +3040,7 @@ var de_UpdatePlaceIndexCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3040
3040
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3041
3041
|
IndexArn: import_smithy_client.expectString,
|
|
3042
3042
|
IndexName: import_smithy_client.expectString,
|
|
3043
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3043
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
3044
3044
|
});
|
|
3045
3045
|
Object.assign(contents, doc);
|
|
3046
3046
|
return contents;
|
|
@@ -3056,7 +3056,7 @@ var de_UpdateRouteCalculatorCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3056
3056
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3057
3057
|
CalculatorArn: import_smithy_client.expectString,
|
|
3058
3058
|
CalculatorName: import_smithy_client.expectString,
|
|
3059
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3059
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
3060
3060
|
});
|
|
3061
3061
|
Object.assign(contents, doc);
|
|
3062
3062
|
return contents;
|
|
@@ -3072,7 +3072,7 @@ var de_UpdateTrackerCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3072
3072
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3073
3073
|
TrackerArn: import_smithy_client.expectString,
|
|
3074
3074
|
TrackerName: import_smithy_client.expectString,
|
|
3075
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3075
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
3076
3076
|
});
|
|
3077
3077
|
Object.assign(contents, doc);
|
|
3078
3078
|
return contents;
|
|
@@ -3088,9 +3088,9 @@ var de_VerifyDevicePositionCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3088
3088
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3089
3089
|
DeviceId: import_smithy_client.expectString,
|
|
3090
3090
|
DistanceUnit: import_smithy_client.expectString,
|
|
3091
|
-
InferredState: (_) => de_InferredState(_, context),
|
|
3092
|
-
ReceivedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3093
|
-
SampleTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3091
|
+
InferredState: /* @__PURE__ */ __name((_) => de_InferredState(_, context), "InferredState"),
|
|
3092
|
+
ReceivedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ReceivedTime"),
|
|
3093
|
+
SampleTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "SampleTime")
|
|
3094
3094
|
});
|
|
3095
3095
|
Object.assign(contents, doc);
|
|
3096
3096
|
return contents;
|
|
@@ -3230,7 +3230,7 @@ var se_BatchPutGeofenceRequestEntry = /* @__PURE__ */ __name((input, context) =>
|
|
|
3230
3230
|
return (0, import_smithy_client.take)(input, {
|
|
3231
3231
|
GeofenceId: [],
|
|
3232
3232
|
GeofenceProperties: import_smithy_client._json,
|
|
3233
|
-
Geometry: (_) => se_GeofenceGeometry(_, context)
|
|
3233
|
+
Geometry: /* @__PURE__ */ __name((_) => se_GeofenceGeometry(_, context), "Geometry")
|
|
3234
3234
|
});
|
|
3235
3235
|
}, "se_BatchPutGeofenceRequestEntry");
|
|
3236
3236
|
var se_BatchPutGeofenceRequestEntryList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3247,26 +3247,26 @@ var se_CalculateRouteTruckModeOptions = /* @__PURE__ */ __name((input, context)
|
|
|
3247
3247
|
return (0, import_smithy_client.take)(input, {
|
|
3248
3248
|
AvoidFerries: [],
|
|
3249
3249
|
AvoidTolls: [],
|
|
3250
|
-
Dimensions: (_) => se_TruckDimensions(_, context),
|
|
3251
|
-
Weight: (_) => se_TruckWeight(_, context)
|
|
3250
|
+
Dimensions: /* @__PURE__ */ __name((_) => se_TruckDimensions(_, context), "Dimensions"),
|
|
3251
|
+
Weight: /* @__PURE__ */ __name((_) => se_TruckWeight(_, context), "Weight")
|
|
3252
3252
|
});
|
|
3253
3253
|
}, "se_CalculateRouteTruckModeOptions");
|
|
3254
3254
|
var se_CellSignals = /* @__PURE__ */ __name((input, context) => {
|
|
3255
3255
|
return (0, import_smithy_client.take)(input, {
|
|
3256
|
-
LteCellDetails: (_) => se_LteCellDetailsList(_, context)
|
|
3256
|
+
LteCellDetails: /* @__PURE__ */ __name((_) => se_LteCellDetailsList(_, context), "LteCellDetails")
|
|
3257
3257
|
});
|
|
3258
3258
|
}, "se_CellSignals");
|
|
3259
3259
|
var se_Circle = /* @__PURE__ */ __name((input, context) => {
|
|
3260
3260
|
return (0, import_smithy_client.take)(input, {
|
|
3261
|
-
Center: (_) => se_Position(_, context),
|
|
3261
|
+
Center: /* @__PURE__ */ __name((_) => se_Position(_, context), "Center"),
|
|
3262
3262
|
Radius: import_smithy_client.serializeFloat
|
|
3263
3263
|
});
|
|
3264
3264
|
}, "se_Circle");
|
|
3265
3265
|
var se_DevicePositionUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
3266
3266
|
return (0, import_smithy_client.take)(input, {
|
|
3267
|
-
Accuracy: (_) => se_PositionalAccuracy(_, context),
|
|
3267
|
+
Accuracy: /* @__PURE__ */ __name((_) => se_PositionalAccuracy(_, context), "Accuracy"),
|
|
3268
3268
|
DeviceId: [],
|
|
3269
|
-
Position: (_) => se_Position(_, context),
|
|
3269
|
+
Position: /* @__PURE__ */ __name((_) => se_Position(_, context), "Position"),
|
|
3270
3270
|
PositionProperties: import_smithy_client._json,
|
|
3271
3271
|
SampleTime: import_smithy_client.serializeDateTime
|
|
3272
3272
|
});
|
|
@@ -3278,26 +3278,26 @@ var se_DevicePositionUpdateList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3278
3278
|
}, "se_DevicePositionUpdateList");
|
|
3279
3279
|
var se_DeviceState = /* @__PURE__ */ __name((input, context) => {
|
|
3280
3280
|
return (0, import_smithy_client.take)(input, {
|
|
3281
|
-
Accuracy: (_) => se_PositionalAccuracy(_, context),
|
|
3282
|
-
CellSignals: (_) => se_CellSignals(_, context),
|
|
3281
|
+
Accuracy: /* @__PURE__ */ __name((_) => se_PositionalAccuracy(_, context), "Accuracy"),
|
|
3282
|
+
CellSignals: /* @__PURE__ */ __name((_) => se_CellSignals(_, context), "CellSignals"),
|
|
3283
3283
|
DeviceId: [],
|
|
3284
3284
|
Ipv4Address: [],
|
|
3285
|
-
Position: (_) => se_Position(_, context),
|
|
3285
|
+
Position: /* @__PURE__ */ __name((_) => se_Position(_, context), "Position"),
|
|
3286
3286
|
SampleTime: import_smithy_client.serializeDateTime,
|
|
3287
3287
|
WiFiAccessPoints: import_smithy_client._json
|
|
3288
3288
|
});
|
|
3289
3289
|
}, "se_DeviceState");
|
|
3290
3290
|
var se_ForecastGeofenceEventsDeviceState = /* @__PURE__ */ __name((input, context) => {
|
|
3291
3291
|
return (0, import_smithy_client.take)(input, {
|
|
3292
|
-
Position: (_) => se_Position(_, context),
|
|
3292
|
+
Position: /* @__PURE__ */ __name((_) => se_Position(_, context), "Position"),
|
|
3293
3293
|
Speed: import_smithy_client.serializeFloat
|
|
3294
3294
|
});
|
|
3295
3295
|
}, "se_ForecastGeofenceEventsDeviceState");
|
|
3296
3296
|
var se_GeofenceGeometry = /* @__PURE__ */ __name((input, context) => {
|
|
3297
3297
|
return (0, import_smithy_client.take)(input, {
|
|
3298
|
-
Circle: (_) => se_Circle(_, context),
|
|
3298
|
+
Circle: /* @__PURE__ */ __name((_) => se_Circle(_, context), "Circle"),
|
|
3299
3299
|
Geobuf: context.base64Encoder,
|
|
3300
|
-
Polygon: (_) => se_LinearRings(_, context)
|
|
3300
|
+
Polygon: /* @__PURE__ */ __name((_) => se_LinearRings(_, context), "Polygon")
|
|
3301
3301
|
});
|
|
3302
3302
|
}, "se_GeofenceGeometry");
|
|
3303
3303
|
var se_LinearRing = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3316,7 +3316,7 @@ var se_LteCellDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3316
3316
|
LocalId: import_smithy_client._json,
|
|
3317
3317
|
Mcc: [],
|
|
3318
3318
|
Mnc: [],
|
|
3319
|
-
NetworkMeasurements: (_) => se_LteNetworkMeasurementsList(_, context),
|
|
3319
|
+
NetworkMeasurements: /* @__PURE__ */ __name((_) => se_LteNetworkMeasurementsList(_, context), "NetworkMeasurements"),
|
|
3320
3320
|
NrCapable: [],
|
|
3321
3321
|
Rsrp: [],
|
|
3322
3322
|
Rsrq: import_smithy_client.serializeFloat,
|
|
@@ -3360,7 +3360,7 @@ var se_PositionList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3360
3360
|
}, "se_PositionList");
|
|
3361
3361
|
var se_TrackingFilterGeometry = /* @__PURE__ */ __name((input, context) => {
|
|
3362
3362
|
return (0, import_smithy_client.take)(input, {
|
|
3363
|
-
Polygon: (_) => se_LinearRings(_, context)
|
|
3363
|
+
Polygon: /* @__PURE__ */ __name((_) => se_LinearRings(_, context), "Polygon")
|
|
3364
3364
|
});
|
|
3365
3365
|
}, "se_TrackingFilterGeometry");
|
|
3366
3366
|
var se_TruckDimensions = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3386,7 +3386,7 @@ var de_BatchEvaluateGeofencesError = /* @__PURE__ */ __name((output, context) =>
|
|
|
3386
3386
|
return (0, import_smithy_client.take)(output, {
|
|
3387
3387
|
DeviceId: import_smithy_client.expectString,
|
|
3388
3388
|
Error: import_smithy_client._json,
|
|
3389
|
-
SampleTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3389
|
+
SampleTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "SampleTime")
|
|
3390
3390
|
});
|
|
3391
3391
|
}, "de_BatchEvaluateGeofencesError");
|
|
3392
3392
|
var de_BatchEvaluateGeofencesErrorList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3397,9 +3397,9 @@ var de_BatchEvaluateGeofencesErrorList = /* @__PURE__ */ __name((output, context
|
|
|
3397
3397
|
}, "de_BatchEvaluateGeofencesErrorList");
|
|
3398
3398
|
var de_BatchPutGeofenceSuccess = /* @__PURE__ */ __name((output, context) => {
|
|
3399
3399
|
return (0, import_smithy_client.take)(output, {
|
|
3400
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3400
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
3401
3401
|
GeofenceId: import_smithy_client.expectString,
|
|
3402
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3402
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
3403
3403
|
});
|
|
3404
3404
|
}, "de_BatchPutGeofenceSuccess");
|
|
3405
3405
|
var de_BatchPutGeofenceSuccessList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3412,7 +3412,7 @@ var de_BatchUpdateDevicePositionError = /* @__PURE__ */ __name((output, context)
|
|
|
3412
3412
|
return (0, import_smithy_client.take)(output, {
|
|
3413
3413
|
DeviceId: import_smithy_client.expectString,
|
|
3414
3414
|
Error: import_smithy_client._json,
|
|
3415
|
-
SampleTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3415
|
+
SampleTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "SampleTime")
|
|
3416
3416
|
});
|
|
3417
3417
|
}, "de_BatchUpdateDevicePositionError");
|
|
3418
3418
|
var de_BatchUpdateDevicePositionErrorList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3433,23 +3433,23 @@ var de_CalculateRouteSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3433
3433
|
Distance: import_smithy_client.limitedParseDouble,
|
|
3434
3434
|
DistanceUnit: import_smithy_client.expectString,
|
|
3435
3435
|
DurationSeconds: import_smithy_client.limitedParseDouble,
|
|
3436
|
-
RouteBBox: (_) => de_BoundingBox(_, context)
|
|
3436
|
+
RouteBBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "RouteBBox")
|
|
3437
3437
|
});
|
|
3438
3438
|
}, "de_CalculateRouteSummary");
|
|
3439
3439
|
var de_Circle = /* @__PURE__ */ __name((output, context) => {
|
|
3440
3440
|
return (0, import_smithy_client.take)(output, {
|
|
3441
|
-
Center: (_) => de_Position(_, context),
|
|
3441
|
+
Center: /* @__PURE__ */ __name((_) => de_Position(_, context), "Center"),
|
|
3442
3442
|
Radius: import_smithy_client.limitedParseDouble
|
|
3443
3443
|
});
|
|
3444
3444
|
}, "de_Circle");
|
|
3445
3445
|
var de_DevicePosition = /* @__PURE__ */ __name((output, context) => {
|
|
3446
3446
|
return (0, import_smithy_client.take)(output, {
|
|
3447
|
-
Accuracy: (_) => de_PositionalAccuracy(_, context),
|
|
3447
|
+
Accuracy: /* @__PURE__ */ __name((_) => de_PositionalAccuracy(_, context), "Accuracy"),
|
|
3448
3448
|
DeviceId: import_smithy_client.expectString,
|
|
3449
|
-
Position: (_) => de_Position(_, context),
|
|
3449
|
+
Position: /* @__PURE__ */ __name((_) => de_Position(_, context), "Position"),
|
|
3450
3450
|
PositionProperties: import_smithy_client._json,
|
|
3451
|
-
ReceivedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3452
|
-
SampleTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3451
|
+
ReceivedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ReceivedTime"),
|
|
3452
|
+
SampleTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "SampleTime")
|
|
3453
3453
|
});
|
|
3454
3454
|
}, "de_DevicePosition");
|
|
3455
3455
|
var de_DevicePositionList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3462,7 +3462,7 @@ var de_ForecastedEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
3462
3462
|
return (0, import_smithy_client.take)(output, {
|
|
3463
3463
|
EventId: import_smithy_client.expectString,
|
|
3464
3464
|
EventType: import_smithy_client.expectString,
|
|
3465
|
-
ForecastedBreachTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3465
|
+
ForecastedBreachTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ForecastedBreachTime"),
|
|
3466
3466
|
GeofenceId: import_smithy_client.expectString,
|
|
3467
3467
|
GeofenceProperties: import_smithy_client._json,
|
|
3468
3468
|
IsDeviceInGeofence: import_smithy_client.expectBoolean,
|
|
@@ -3477,16 +3477,16 @@ var de_ForecastedEventsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3477
3477
|
}, "de_ForecastedEventsList");
|
|
3478
3478
|
var de_GeofenceGeometry = /* @__PURE__ */ __name((output, context) => {
|
|
3479
3479
|
return (0, import_smithy_client.take)(output, {
|
|
3480
|
-
Circle: (_) => de_Circle(_, context),
|
|
3480
|
+
Circle: /* @__PURE__ */ __name((_) => de_Circle(_, context), "Circle"),
|
|
3481
3481
|
Geobuf: context.base64Decoder,
|
|
3482
|
-
Polygon: (_) => de_LinearRings(_, context)
|
|
3482
|
+
Polygon: /* @__PURE__ */ __name((_) => de_LinearRings(_, context), "Polygon")
|
|
3483
3483
|
});
|
|
3484
3484
|
}, "de_GeofenceGeometry");
|
|
3485
3485
|
var de_InferredState = /* @__PURE__ */ __name((output, context) => {
|
|
3486
3486
|
return (0, import_smithy_client.take)(output, {
|
|
3487
|
-
Accuracy: (_) => de_PositionalAccuracy(_, context),
|
|
3487
|
+
Accuracy: /* @__PURE__ */ __name((_) => de_PositionalAccuracy(_, context), "Accuracy"),
|
|
3488
3488
|
DeviationDistance: import_smithy_client.limitedParseDouble,
|
|
3489
|
-
Position: (_) => de_Position(_, context),
|
|
3489
|
+
Position: /* @__PURE__ */ __name((_) => de_Position(_, context), "Position"),
|
|
3490
3490
|
ProxyDetected: import_smithy_client.expectBoolean
|
|
3491
3491
|
});
|
|
3492
3492
|
}, "de_InferredState");
|
|
@@ -3494,15 +3494,15 @@ var de_Leg = /* @__PURE__ */ __name((output, context) => {
|
|
|
3494
3494
|
return (0, import_smithy_client.take)(output, {
|
|
3495
3495
|
Distance: import_smithy_client.limitedParseDouble,
|
|
3496
3496
|
DurationSeconds: import_smithy_client.limitedParseDouble,
|
|
3497
|
-
EndPosition: (_) => de_Position(_, context),
|
|
3498
|
-
Geometry: (_) => de_LegGeometry(_, context),
|
|
3499
|
-
StartPosition: (_) => de_Position(_, context),
|
|
3500
|
-
Steps: (_) => de_StepList(_, context)
|
|
3497
|
+
EndPosition: /* @__PURE__ */ __name((_) => de_Position(_, context), "EndPosition"),
|
|
3498
|
+
Geometry: /* @__PURE__ */ __name((_) => de_LegGeometry(_, context), "Geometry"),
|
|
3499
|
+
StartPosition: /* @__PURE__ */ __name((_) => de_Position(_, context), "StartPosition"),
|
|
3500
|
+
Steps: /* @__PURE__ */ __name((_) => de_StepList(_, context), "Steps")
|
|
3501
3501
|
});
|
|
3502
3502
|
}, "de_Leg");
|
|
3503
3503
|
var de_LegGeometry = /* @__PURE__ */ __name((output, context) => {
|
|
3504
3504
|
return (0, import_smithy_client.take)(output, {
|
|
3505
|
-
LineString: (_) => de_LineString(_, context)
|
|
3505
|
+
LineString: /* @__PURE__ */ __name((_) => de_LineString(_, context), "LineString")
|
|
3506
3506
|
});
|
|
3507
3507
|
}, "de_LegGeometry");
|
|
3508
3508
|
var de_LegList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3531,11 +3531,11 @@ var de_LineString = /* @__PURE__ */ __name((output, context) => {
|
|
|
3531
3531
|
}, "de_LineString");
|
|
3532
3532
|
var de_ListDevicePositionsResponseEntry = /* @__PURE__ */ __name((output, context) => {
|
|
3533
3533
|
return (0, import_smithy_client.take)(output, {
|
|
3534
|
-
Accuracy: (_) => de_PositionalAccuracy(_, context),
|
|
3534
|
+
Accuracy: /* @__PURE__ */ __name((_) => de_PositionalAccuracy(_, context), "Accuracy"),
|
|
3535
3535
|
DeviceId: import_smithy_client.expectString,
|
|
3536
|
-
Position: (_) => de_Position(_, context),
|
|
3536
|
+
Position: /* @__PURE__ */ __name((_) => de_Position(_, context), "Position"),
|
|
3537
3537
|
PositionProperties: import_smithy_client._json,
|
|
3538
|
-
SampleTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3538
|
+
SampleTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "SampleTime")
|
|
3539
3539
|
});
|
|
3540
3540
|
}, "de_ListDevicePositionsResponseEntry");
|
|
3541
3541
|
var de_ListDevicePositionsResponseEntryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3547,11 +3547,11 @@ var de_ListDevicePositionsResponseEntryList = /* @__PURE__ */ __name((output, co
|
|
|
3547
3547
|
var de_ListGeofenceCollectionsResponseEntry = /* @__PURE__ */ __name((output, context) => {
|
|
3548
3548
|
return (0, import_smithy_client.take)(output, {
|
|
3549
3549
|
CollectionName: import_smithy_client.expectString,
|
|
3550
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3550
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
3551
3551
|
Description: import_smithy_client.expectString,
|
|
3552
3552
|
PricingPlan: import_smithy_client.expectString,
|
|
3553
3553
|
PricingPlanDataSource: import_smithy_client.expectString,
|
|
3554
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3554
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
3555
3555
|
});
|
|
3556
3556
|
}, "de_ListGeofenceCollectionsResponseEntry");
|
|
3557
3557
|
var de_ListGeofenceCollectionsResponseEntryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3562,12 +3562,12 @@ var de_ListGeofenceCollectionsResponseEntryList = /* @__PURE__ */ __name((output
|
|
|
3562
3562
|
}, "de_ListGeofenceCollectionsResponseEntryList");
|
|
3563
3563
|
var de_ListGeofenceResponseEntry = /* @__PURE__ */ __name((output, context) => {
|
|
3564
3564
|
return (0, import_smithy_client.take)(output, {
|
|
3565
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3565
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
3566
3566
|
GeofenceId: import_smithy_client.expectString,
|
|
3567
3567
|
GeofenceProperties: import_smithy_client._json,
|
|
3568
|
-
Geometry: (_) => de_GeofenceGeometry(_, context),
|
|
3568
|
+
Geometry: /* @__PURE__ */ __name((_) => de_GeofenceGeometry(_, context), "Geometry"),
|
|
3569
3569
|
Status: import_smithy_client.expectString,
|
|
3570
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3570
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
3571
3571
|
});
|
|
3572
3572
|
}, "de_ListGeofenceResponseEntry");
|
|
3573
3573
|
var de_ListGeofenceResponseEntryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3578,12 +3578,12 @@ var de_ListGeofenceResponseEntryList = /* @__PURE__ */ __name((output, context)
|
|
|
3578
3578
|
}, "de_ListGeofenceResponseEntryList");
|
|
3579
3579
|
var de_ListKeysResponseEntry = /* @__PURE__ */ __name((output, context) => {
|
|
3580
3580
|
return (0, import_smithy_client.take)(output, {
|
|
3581
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3581
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
3582
3582
|
Description: import_smithy_client.expectString,
|
|
3583
|
-
ExpireTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3583
|
+
ExpireTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ExpireTime"),
|
|
3584
3584
|
KeyName: import_smithy_client.expectString,
|
|
3585
3585
|
Restrictions: import_smithy_client._json,
|
|
3586
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3586
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
3587
3587
|
});
|
|
3588
3588
|
}, "de_ListKeysResponseEntry");
|
|
3589
3589
|
var de_ListKeysResponseEntryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3594,12 +3594,12 @@ var de_ListKeysResponseEntryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3594
3594
|
}, "de_ListKeysResponseEntryList");
|
|
3595
3595
|
var de_ListMapsResponseEntry = /* @__PURE__ */ __name((output, context) => {
|
|
3596
3596
|
return (0, import_smithy_client.take)(output, {
|
|
3597
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3597
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
3598
3598
|
DataSource: import_smithy_client.expectString,
|
|
3599
3599
|
Description: import_smithy_client.expectString,
|
|
3600
3600
|
MapName: import_smithy_client.expectString,
|
|
3601
3601
|
PricingPlan: import_smithy_client.expectString,
|
|
3602
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3602
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
3603
3603
|
});
|
|
3604
3604
|
}, "de_ListMapsResponseEntry");
|
|
3605
3605
|
var de_ListMapsResponseEntryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3610,12 +3610,12 @@ var de_ListMapsResponseEntryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3610
3610
|
}, "de_ListMapsResponseEntryList");
|
|
3611
3611
|
var de_ListPlaceIndexesResponseEntry = /* @__PURE__ */ __name((output, context) => {
|
|
3612
3612
|
return (0, import_smithy_client.take)(output, {
|
|
3613
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3613
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
3614
3614
|
DataSource: import_smithy_client.expectString,
|
|
3615
3615
|
Description: import_smithy_client.expectString,
|
|
3616
3616
|
IndexName: import_smithy_client.expectString,
|
|
3617
3617
|
PricingPlan: import_smithy_client.expectString,
|
|
3618
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3618
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
3619
3619
|
});
|
|
3620
3620
|
}, "de_ListPlaceIndexesResponseEntry");
|
|
3621
3621
|
var de_ListPlaceIndexesResponseEntryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3627,11 +3627,11 @@ var de_ListPlaceIndexesResponseEntryList = /* @__PURE__ */ __name((output, conte
|
|
|
3627
3627
|
var de_ListRouteCalculatorsResponseEntry = /* @__PURE__ */ __name((output, context) => {
|
|
3628
3628
|
return (0, import_smithy_client.take)(output, {
|
|
3629
3629
|
CalculatorName: import_smithy_client.expectString,
|
|
3630
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3630
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
3631
3631
|
DataSource: import_smithy_client.expectString,
|
|
3632
3632
|
Description: import_smithy_client.expectString,
|
|
3633
3633
|
PricingPlan: import_smithy_client.expectString,
|
|
3634
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3634
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
3635
3635
|
});
|
|
3636
3636
|
}, "de_ListRouteCalculatorsResponseEntry");
|
|
3637
3637
|
var de_ListRouteCalculatorsResponseEntryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3642,12 +3642,12 @@ var de_ListRouteCalculatorsResponseEntryList = /* @__PURE__ */ __name((output, c
|
|
|
3642
3642
|
}, "de_ListRouteCalculatorsResponseEntryList");
|
|
3643
3643
|
var de_ListTrackersResponseEntry = /* @__PURE__ */ __name((output, context) => {
|
|
3644
3644
|
return (0, import_smithy_client.take)(output, {
|
|
3645
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3645
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreateTime"),
|
|
3646
3646
|
Description: import_smithy_client.expectString,
|
|
3647
3647
|
PricingPlan: import_smithy_client.expectString,
|
|
3648
3648
|
PricingPlanDataSource: import_smithy_client.expectString,
|
|
3649
3649
|
TrackerName: import_smithy_client.expectString,
|
|
3650
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3650
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime")
|
|
3651
3651
|
});
|
|
3652
3652
|
}, "de_ListTrackersResponseEntry");
|
|
3653
3653
|
var de_ListTrackersResponseEntryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3661,7 +3661,7 @@ var de_Place = /* @__PURE__ */ __name((output, context) => {
|
|
|
3661
3661
|
AddressNumber: import_smithy_client.expectString,
|
|
3662
3662
|
Categories: import_smithy_client._json,
|
|
3663
3663
|
Country: import_smithy_client.expectString,
|
|
3664
|
-
Geometry: (_) => de_PlaceGeometry(_, context),
|
|
3664
|
+
Geometry: /* @__PURE__ */ __name((_) => de_PlaceGeometry(_, context), "Geometry"),
|
|
3665
3665
|
Interpolated: import_smithy_client.expectBoolean,
|
|
3666
3666
|
Label: import_smithy_client.expectString,
|
|
3667
3667
|
Municipality: import_smithy_client.expectString,
|
|
@@ -3679,7 +3679,7 @@ var de_Place = /* @__PURE__ */ __name((output, context) => {
|
|
|
3679
3679
|
}, "de_Place");
|
|
3680
3680
|
var de_PlaceGeometry = /* @__PURE__ */ __name((output, context) => {
|
|
3681
3681
|
return (0, import_smithy_client.take)(output, {
|
|
3682
|
-
Point: (_) => de_Position(_, context)
|
|
3682
|
+
Point: /* @__PURE__ */ __name((_) => de_Position(_, context), "Point")
|
|
3683
3683
|
});
|
|
3684
3684
|
}, "de_PlaceGeometry");
|
|
3685
3685
|
var de_Position = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3721,7 +3721,7 @@ var de_RouteMatrixRow = /* @__PURE__ */ __name((output, context) => {
|
|
|
3721
3721
|
var de_SearchForPositionResult = /* @__PURE__ */ __name((output, context) => {
|
|
3722
3722
|
return (0, import_smithy_client.take)(output, {
|
|
3723
3723
|
Distance: import_smithy_client.limitedParseDouble,
|
|
3724
|
-
Place: (_) => de_Place(_, context),
|
|
3724
|
+
Place: /* @__PURE__ */ __name((_) => de_Place(_, context), "Place"),
|
|
3725
3725
|
PlaceId: import_smithy_client.expectString
|
|
3726
3726
|
});
|
|
3727
3727
|
}, "de_SearchForPositionResult");
|
|
@@ -3734,7 +3734,7 @@ var de_SearchForPositionResultList = /* @__PURE__ */ __name((output, context) =>
|
|
|
3734
3734
|
var de_SearchForTextResult = /* @__PURE__ */ __name((output, context) => {
|
|
3735
3735
|
return (0, import_smithy_client.take)(output, {
|
|
3736
3736
|
Distance: import_smithy_client.limitedParseDouble,
|
|
3737
|
-
Place: (_) => de_Place(_, context),
|
|
3737
|
+
Place: /* @__PURE__ */ __name((_) => de_Place(_, context), "Place"),
|
|
3738
3738
|
PlaceId: import_smithy_client.expectString,
|
|
3739
3739
|
Relevance: import_smithy_client.limitedParseDouble
|
|
3740
3740
|
});
|
|
@@ -3750,14 +3750,14 @@ var de_SearchPlaceIndexForPositionSummary = /* @__PURE__ */ __name((output, cont
|
|
|
3750
3750
|
DataSource: import_smithy_client.expectString,
|
|
3751
3751
|
Language: import_smithy_client.expectString,
|
|
3752
3752
|
MaxResults: import_smithy_client.expectInt32,
|
|
3753
|
-
Position: (_) => de_Position(_, context)
|
|
3753
|
+
Position: /* @__PURE__ */ __name((_) => de_Position(_, context), "Position")
|
|
3754
3754
|
});
|
|
3755
3755
|
}, "de_SearchPlaceIndexForPositionSummary");
|
|
3756
3756
|
var de_SearchPlaceIndexForSuggestionsSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3757
3757
|
return (0, import_smithy_client.take)(output, {
|
|
3758
|
-
BiasPosition: (_) => de_Position(_, context),
|
|
3758
|
+
BiasPosition: /* @__PURE__ */ __name((_) => de_Position(_, context), "BiasPosition"),
|
|
3759
3759
|
DataSource: import_smithy_client.expectString,
|
|
3760
|
-
FilterBBox: (_) => de_BoundingBox(_, context),
|
|
3760
|
+
FilterBBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "FilterBBox"),
|
|
3761
3761
|
FilterCategories: import_smithy_client._json,
|
|
3762
3762
|
FilterCountries: import_smithy_client._json,
|
|
3763
3763
|
Language: import_smithy_client.expectString,
|
|
@@ -3767,14 +3767,14 @@ var de_SearchPlaceIndexForSuggestionsSummary = /* @__PURE__ */ __name((output, c
|
|
|
3767
3767
|
}, "de_SearchPlaceIndexForSuggestionsSummary");
|
|
3768
3768
|
var de_SearchPlaceIndexForTextSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3769
3769
|
return (0, import_smithy_client.take)(output, {
|
|
3770
|
-
BiasPosition: (_) => de_Position(_, context),
|
|
3770
|
+
BiasPosition: /* @__PURE__ */ __name((_) => de_Position(_, context), "BiasPosition"),
|
|
3771
3771
|
DataSource: import_smithy_client.expectString,
|
|
3772
|
-
FilterBBox: (_) => de_BoundingBox(_, context),
|
|
3772
|
+
FilterBBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "FilterBBox"),
|
|
3773
3773
|
FilterCategories: import_smithy_client._json,
|
|
3774
3774
|
FilterCountries: import_smithy_client._json,
|
|
3775
3775
|
Language: import_smithy_client.expectString,
|
|
3776
3776
|
MaxResults: import_smithy_client.expectInt32,
|
|
3777
|
-
ResultBBox: (_) => de_BoundingBox(_, context),
|
|
3777
|
+
ResultBBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "ResultBBox"),
|
|
3778
3778
|
Text: import_smithy_client.expectString
|
|
3779
3779
|
});
|
|
3780
3780
|
}, "de_SearchPlaceIndexForTextSummary");
|
|
@@ -3782,9 +3782,9 @@ var de_Step = /* @__PURE__ */ __name((output, context) => {
|
|
|
3782
3782
|
return (0, import_smithy_client.take)(output, {
|
|
3783
3783
|
Distance: import_smithy_client.limitedParseDouble,
|
|
3784
3784
|
DurationSeconds: import_smithy_client.limitedParseDouble,
|
|
3785
|
-
EndPosition: (_) => de_Position(_, context),
|
|
3785
|
+
EndPosition: /* @__PURE__ */ __name((_) => de_Position(_, context), "EndPosition"),
|
|
3786
3786
|
GeometryOffset: import_smithy_client.expectInt32,
|
|
3787
|
-
StartPosition: (_) => de_Position(_, context)
|
|
3787
|
+
StartPosition: /* @__PURE__ */ __name((_) => de_Position(_, context), "StartPosition")
|
|
3788
3788
|
});
|
|
3789
3789
|
}, "de_Step");
|
|
3790
3790
|
var de_StepList = /* @__PURE__ */ __name((output, context) => {
|
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.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-location",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|