@aws-sdk/client-geo-routes 3.891.0 → 3.894.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 +4188 -9
- package/package.json +19 -19
- package/dist-cjs/GeoRoutes.js +0 -21
- package/dist-cjs/GeoRoutesClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/CalculateIsolinesCommand.js +0 -27
- package/dist-cjs/commands/CalculateRouteMatrixCommand.js +0 -27
- package/dist-cjs/commands/CalculateRoutesCommand.js +0 -27
- package/dist-cjs/commands/OptimizeWaypointsCommand.js +0 -27
- package/dist-cjs/commands/SnapToRoadsCommand.js +0 -27
- package/dist-cjs/commands/index.js +0 -8
- package/dist-cjs/endpoint/EndpointParameters.js +0 -17
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/GeoRoutesServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -2064
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1531
- package/dist-cjs/runtimeExtensions.js +0 -13
package/dist-cjs/index.js
CHANGED
|
@@ -1,10 +1,4189 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/index.ts
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
|
+
AccessDeniedException: () => AccessDeniedException,
|
|
25
|
+
CalculateIsolinesCommand: () => CalculateIsolinesCommand,
|
|
26
|
+
CalculateIsolinesRequestFilterSensitiveLog: () => CalculateIsolinesRequestFilterSensitiveLog,
|
|
27
|
+
CalculateIsolinesResponseFilterSensitiveLog: () => CalculateIsolinesResponseFilterSensitiveLog,
|
|
28
|
+
CalculateRouteMatrixCommand: () => CalculateRouteMatrixCommand,
|
|
29
|
+
CalculateRouteMatrixRequestFilterSensitiveLog: () => CalculateRouteMatrixRequestFilterSensitiveLog,
|
|
30
|
+
CalculateRouteMatrixResponseFilterSensitiveLog: () => CalculateRouteMatrixResponseFilterSensitiveLog,
|
|
31
|
+
CalculateRoutesCommand: () => CalculateRoutesCommand,
|
|
32
|
+
CalculateRoutesRequestFilterSensitiveLog: () => CalculateRoutesRequestFilterSensitiveLog,
|
|
33
|
+
CalculateRoutesResponseFilterSensitiveLog: () => CalculateRoutesResponseFilterSensitiveLog,
|
|
34
|
+
CircleFilterSensitiveLog: () => CircleFilterSensitiveLog,
|
|
35
|
+
CorridorFilterSensitiveLog: () => CorridorFilterSensitiveLog,
|
|
36
|
+
DayOfWeek: () => DayOfWeek,
|
|
37
|
+
GeoRoutes: () => GeoRoutes,
|
|
38
|
+
GeoRoutesClient: () => GeoRoutesClient,
|
|
39
|
+
GeoRoutesServiceException: () => GeoRoutesServiceException,
|
|
40
|
+
GeometryFormat: () => GeometryFormat,
|
|
41
|
+
InternalServerException: () => InternalServerException,
|
|
42
|
+
IsolineAllowOptionsFilterSensitiveLog: () => IsolineAllowOptionsFilterSensitiveLog,
|
|
43
|
+
IsolineAvoidanceAreaFilterSensitiveLog: () => IsolineAvoidanceAreaFilterSensitiveLog,
|
|
44
|
+
IsolineAvoidanceAreaGeometryFilterSensitiveLog: () => IsolineAvoidanceAreaGeometryFilterSensitiveLog,
|
|
45
|
+
IsolineAvoidanceOptionsFilterSensitiveLog: () => IsolineAvoidanceOptionsFilterSensitiveLog,
|
|
46
|
+
IsolineCarOptionsFilterSensitiveLog: () => IsolineCarOptionsFilterSensitiveLog,
|
|
47
|
+
IsolineConnectionFilterSensitiveLog: () => IsolineConnectionFilterSensitiveLog,
|
|
48
|
+
IsolineConnectionGeometryFilterSensitiveLog: () => IsolineConnectionGeometryFilterSensitiveLog,
|
|
49
|
+
IsolineDestinationOptionsFilterSensitiveLog: () => IsolineDestinationOptionsFilterSensitiveLog,
|
|
50
|
+
IsolineEngineType: () => IsolineEngineType,
|
|
51
|
+
IsolineFilterSensitiveLog: () => IsolineFilterSensitiveLog,
|
|
52
|
+
IsolineGranularityOptionsFilterSensitiveLog: () => IsolineGranularityOptionsFilterSensitiveLog,
|
|
53
|
+
IsolineHazardousCargoType: () => IsolineHazardousCargoType,
|
|
54
|
+
IsolineMatchingOptionsFilterSensitiveLog: () => IsolineMatchingOptionsFilterSensitiveLog,
|
|
55
|
+
IsolineOptimizationObjective: () => IsolineOptimizationObjective,
|
|
56
|
+
IsolineOriginOptionsFilterSensitiveLog: () => IsolineOriginOptionsFilterSensitiveLog,
|
|
57
|
+
IsolineScooterOptionsFilterSensitiveLog: () => IsolineScooterOptionsFilterSensitiveLog,
|
|
58
|
+
IsolineShapeGeometryFilterSensitiveLog: () => IsolineShapeGeometryFilterSensitiveLog,
|
|
59
|
+
IsolineSideOfStreetOptionsFilterSensitiveLog: () => IsolineSideOfStreetOptionsFilterSensitiveLog,
|
|
60
|
+
IsolineThresholdsFilterSensitiveLog: () => IsolineThresholdsFilterSensitiveLog,
|
|
61
|
+
IsolineTrafficOptionsFilterSensitiveLog: () => IsolineTrafficOptionsFilterSensitiveLog,
|
|
62
|
+
IsolineTrailerOptionsFilterSensitiveLog: () => IsolineTrailerOptionsFilterSensitiveLog,
|
|
63
|
+
IsolineTravelMode: () => IsolineTravelMode,
|
|
64
|
+
IsolineTravelModeOptionsFilterSensitiveLog: () => IsolineTravelModeOptionsFilterSensitiveLog,
|
|
65
|
+
IsolineTruckOptionsFilterSensitiveLog: () => IsolineTruckOptionsFilterSensitiveLog,
|
|
66
|
+
IsolineTruckType: () => IsolineTruckType,
|
|
67
|
+
IsolineVehicleLicensePlateFilterSensitiveLog: () => IsolineVehicleLicensePlateFilterSensitiveLog,
|
|
68
|
+
IsolineZoneCategory: () => IsolineZoneCategory,
|
|
69
|
+
LocalizedStringFilterSensitiveLog: () => LocalizedStringFilterSensitiveLog,
|
|
70
|
+
MatchingStrategy: () => MatchingStrategy,
|
|
71
|
+
MeasurementSystem: () => MeasurementSystem,
|
|
72
|
+
OptimizeWaypointsCommand: () => OptimizeWaypointsCommand,
|
|
73
|
+
OptimizeWaypointsRequestFilterSensitiveLog: () => OptimizeWaypointsRequestFilterSensitiveLog,
|
|
74
|
+
OptimizeWaypointsResponseFilterSensitiveLog: () => OptimizeWaypointsResponseFilterSensitiveLog,
|
|
75
|
+
PolylineCorridorFilterSensitiveLog: () => PolylineCorridorFilterSensitiveLog,
|
|
76
|
+
RoadSnapHazardousCargoType: () => RoadSnapHazardousCargoType,
|
|
77
|
+
RoadSnapNoticeCode: () => RoadSnapNoticeCode,
|
|
78
|
+
RoadSnapNoticeFilterSensitiveLog: () => RoadSnapNoticeFilterSensitiveLog,
|
|
79
|
+
RoadSnapSnappedGeometryFilterSensitiveLog: () => RoadSnapSnappedGeometryFilterSensitiveLog,
|
|
80
|
+
RoadSnapSnappedTracePointFilterSensitiveLog: () => RoadSnapSnappedTracePointFilterSensitiveLog,
|
|
81
|
+
RoadSnapTracePointFilterSensitiveLog: () => RoadSnapTracePointFilterSensitiveLog,
|
|
82
|
+
RoadSnapTrailerOptionsFilterSensitiveLog: () => RoadSnapTrailerOptionsFilterSensitiveLog,
|
|
83
|
+
RoadSnapTravelMode: () => RoadSnapTravelMode,
|
|
84
|
+
RoadSnapTravelModeOptionsFilterSensitiveLog: () => RoadSnapTravelModeOptionsFilterSensitiveLog,
|
|
85
|
+
RoadSnapTruckOptionsFilterSensitiveLog: () => RoadSnapTruckOptionsFilterSensitiveLog,
|
|
86
|
+
RouteAllowOptionsFilterSensitiveLog: () => RouteAllowOptionsFilterSensitiveLog,
|
|
87
|
+
RouteAvoidanceAreaFilterSensitiveLog: () => RouteAvoidanceAreaFilterSensitiveLog,
|
|
88
|
+
RouteAvoidanceAreaGeometryFilterSensitiveLog: () => RouteAvoidanceAreaGeometryFilterSensitiveLog,
|
|
89
|
+
RouteAvoidanceOptionsFilterSensitiveLog: () => RouteAvoidanceOptionsFilterSensitiveLog,
|
|
90
|
+
RouteAvoidanceZoneCategoryFilterSensitiveLog: () => RouteAvoidanceZoneCategoryFilterSensitiveLog,
|
|
91
|
+
RouteCarOptionsFilterSensitiveLog: () => RouteCarOptionsFilterSensitiveLog,
|
|
92
|
+
RouteContinueHighwayStepDetailsFilterSensitiveLog: () => RouteContinueHighwayStepDetailsFilterSensitiveLog,
|
|
93
|
+
RouteContinueStepDetailsFilterSensitiveLog: () => RouteContinueStepDetailsFilterSensitiveLog,
|
|
94
|
+
RouteDestinationOptionsFilterSensitiveLog: () => RouteDestinationOptionsFilterSensitiveLog,
|
|
95
|
+
RouteDirection: () => RouteDirection,
|
|
96
|
+
RouteDriverOptionsFilterSensitiveLog: () => RouteDriverOptionsFilterSensitiveLog,
|
|
97
|
+
RouteDriverScheduleIntervalFilterSensitiveLog: () => RouteDriverScheduleIntervalFilterSensitiveLog,
|
|
98
|
+
RouteEmissionTypeFilterSensitiveLog: () => RouteEmissionTypeFilterSensitiveLog,
|
|
99
|
+
RouteEngineType: () => RouteEngineType,
|
|
100
|
+
RouteEnterHighwayStepDetailsFilterSensitiveLog: () => RouteEnterHighwayStepDetailsFilterSensitiveLog,
|
|
101
|
+
RouteExclusionOptionsFilterSensitiveLog: () => RouteExclusionOptionsFilterSensitiveLog,
|
|
102
|
+
RouteExitStepDetailsFilterSensitiveLog: () => RouteExitStepDetailsFilterSensitiveLog,
|
|
103
|
+
RouteFerryAfterTravelStepFilterSensitiveLog: () => RouteFerryAfterTravelStepFilterSensitiveLog,
|
|
104
|
+
RouteFerryAfterTravelStepType: () => RouteFerryAfterTravelStepType,
|
|
105
|
+
RouteFerryArrivalFilterSensitiveLog: () => RouteFerryArrivalFilterSensitiveLog,
|
|
106
|
+
RouteFerryBeforeTravelStepFilterSensitiveLog: () => RouteFerryBeforeTravelStepFilterSensitiveLog,
|
|
107
|
+
RouteFerryBeforeTravelStepType: () => RouteFerryBeforeTravelStepType,
|
|
108
|
+
RouteFerryDepartureFilterSensitiveLog: () => RouteFerryDepartureFilterSensitiveLog,
|
|
109
|
+
RouteFerryLegDetailsFilterSensitiveLog: () => RouteFerryLegDetailsFilterSensitiveLog,
|
|
110
|
+
RouteFerryNoticeCode: () => RouteFerryNoticeCode,
|
|
111
|
+
RouteFerryOverviewSummaryFilterSensitiveLog: () => RouteFerryOverviewSummaryFilterSensitiveLog,
|
|
112
|
+
RouteFerryPlaceFilterSensitiveLog: () => RouteFerryPlaceFilterSensitiveLog,
|
|
113
|
+
RouteFerrySpanFilterSensitiveLog: () => RouteFerrySpanFilterSensitiveLog,
|
|
114
|
+
RouteFerrySummaryFilterSensitiveLog: () => RouteFerrySummaryFilterSensitiveLog,
|
|
115
|
+
RouteFerryTravelOnlySummaryFilterSensitiveLog: () => RouteFerryTravelOnlySummaryFilterSensitiveLog,
|
|
116
|
+
RouteFerryTravelStepFilterSensitiveLog: () => RouteFerryTravelStepFilterSensitiveLog,
|
|
117
|
+
RouteFerryTravelStepType: () => RouteFerryTravelStepType,
|
|
118
|
+
RouteFilterSensitiveLog: () => RouteFilterSensitiveLog,
|
|
119
|
+
RouteHazardousCargoType: () => RouteHazardousCargoType,
|
|
120
|
+
RouteKeepStepDetailsFilterSensitiveLog: () => RouteKeepStepDetailsFilterSensitiveLog,
|
|
121
|
+
RouteLegAdditionalFeature: () => RouteLegAdditionalFeature,
|
|
122
|
+
RouteLegFilterSensitiveLog: () => RouteLegFilterSensitiveLog,
|
|
123
|
+
RouteLegGeometryFilterSensitiveLog: () => RouteLegGeometryFilterSensitiveLog,
|
|
124
|
+
RouteLegTravelMode: () => RouteLegTravelMode,
|
|
125
|
+
RouteLegType: () => RouteLegType,
|
|
126
|
+
RouteMajorRoadLabelFilterSensitiveLog: () => RouteMajorRoadLabelFilterSensitiveLog,
|
|
127
|
+
RouteMatchingOptionsFilterSensitiveLog: () => RouteMatchingOptionsFilterSensitiveLog,
|
|
128
|
+
RouteMatrixAllowOptionsFilterSensitiveLog: () => RouteMatrixAllowOptionsFilterSensitiveLog,
|
|
129
|
+
RouteMatrixAutoCircleFilterSensitiveLog: () => RouteMatrixAutoCircleFilterSensitiveLog,
|
|
130
|
+
RouteMatrixAvoidanceAreaFilterSensitiveLog: () => RouteMatrixAvoidanceAreaFilterSensitiveLog,
|
|
131
|
+
RouteMatrixAvoidanceAreaGeometryFilterSensitiveLog: () => RouteMatrixAvoidanceAreaGeometryFilterSensitiveLog,
|
|
132
|
+
RouteMatrixAvoidanceOptionsFilterSensitiveLog: () => RouteMatrixAvoidanceOptionsFilterSensitiveLog,
|
|
133
|
+
RouteMatrixAvoidanceZoneCategoryFilterSensitiveLog: () => RouteMatrixAvoidanceZoneCategoryFilterSensitiveLog,
|
|
134
|
+
RouteMatrixBoundaryFilterSensitiveLog: () => RouteMatrixBoundaryFilterSensitiveLog,
|
|
135
|
+
RouteMatrixBoundaryGeometryFilterSensitiveLog: () => RouteMatrixBoundaryGeometryFilterSensitiveLog,
|
|
136
|
+
RouteMatrixCarOptionsFilterSensitiveLog: () => RouteMatrixCarOptionsFilterSensitiveLog,
|
|
137
|
+
RouteMatrixDestinationFilterSensitiveLog: () => RouteMatrixDestinationFilterSensitiveLog,
|
|
138
|
+
RouteMatrixDestinationOptionsFilterSensitiveLog: () => RouteMatrixDestinationOptionsFilterSensitiveLog,
|
|
139
|
+
RouteMatrixEntryFilterSensitiveLog: () => RouteMatrixEntryFilterSensitiveLog,
|
|
140
|
+
RouteMatrixErrorCode: () => RouteMatrixErrorCode,
|
|
141
|
+
RouteMatrixExclusionOptionsFilterSensitiveLog: () => RouteMatrixExclusionOptionsFilterSensitiveLog,
|
|
142
|
+
RouteMatrixHazardousCargoType: () => RouteMatrixHazardousCargoType,
|
|
143
|
+
RouteMatrixMatchingOptionsFilterSensitiveLog: () => RouteMatrixMatchingOptionsFilterSensitiveLog,
|
|
144
|
+
RouteMatrixOriginFilterSensitiveLog: () => RouteMatrixOriginFilterSensitiveLog,
|
|
145
|
+
RouteMatrixOriginOptionsFilterSensitiveLog: () => RouteMatrixOriginOptionsFilterSensitiveLog,
|
|
146
|
+
RouteMatrixScooterOptionsFilterSensitiveLog: () => RouteMatrixScooterOptionsFilterSensitiveLog,
|
|
147
|
+
RouteMatrixSideOfStreetOptionsFilterSensitiveLog: () => RouteMatrixSideOfStreetOptionsFilterSensitiveLog,
|
|
148
|
+
RouteMatrixTrafficOptionsFilterSensitiveLog: () => RouteMatrixTrafficOptionsFilterSensitiveLog,
|
|
149
|
+
RouteMatrixTrailerOptionsFilterSensitiveLog: () => RouteMatrixTrailerOptionsFilterSensitiveLog,
|
|
150
|
+
RouteMatrixTravelMode: () => RouteMatrixTravelMode,
|
|
151
|
+
RouteMatrixTravelModeOptionsFilterSensitiveLog: () => RouteMatrixTravelModeOptionsFilterSensitiveLog,
|
|
152
|
+
RouteMatrixTruckOptionsFilterSensitiveLog: () => RouteMatrixTruckOptionsFilterSensitiveLog,
|
|
153
|
+
RouteMatrixTruckType: () => RouteMatrixTruckType,
|
|
154
|
+
RouteMatrixVehicleLicensePlateFilterSensitiveLog: () => RouteMatrixVehicleLicensePlateFilterSensitiveLog,
|
|
155
|
+
RouteMatrixZoneCategory: () => RouteMatrixZoneCategory,
|
|
156
|
+
RouteNoticeImpact: () => RouteNoticeImpact,
|
|
157
|
+
RouteNumberFilterSensitiveLog: () => RouteNumberFilterSensitiveLog,
|
|
158
|
+
RouteOriginOptionsFilterSensitiveLog: () => RouteOriginOptionsFilterSensitiveLog,
|
|
159
|
+
RoutePassThroughPlaceFilterSensitiveLog: () => RoutePassThroughPlaceFilterSensitiveLog,
|
|
160
|
+
RoutePassThroughWaypointFilterSensitiveLog: () => RoutePassThroughWaypointFilterSensitiveLog,
|
|
161
|
+
RoutePedestrianArrivalFilterSensitiveLog: () => RoutePedestrianArrivalFilterSensitiveLog,
|
|
162
|
+
RoutePedestrianDepartureFilterSensitiveLog: () => RoutePedestrianDepartureFilterSensitiveLog,
|
|
163
|
+
RoutePedestrianLegDetailsFilterSensitiveLog: () => RoutePedestrianLegDetailsFilterSensitiveLog,
|
|
164
|
+
RoutePedestrianNoticeCode: () => RoutePedestrianNoticeCode,
|
|
165
|
+
RoutePedestrianOptionsFilterSensitiveLog: () => RoutePedestrianOptionsFilterSensitiveLog,
|
|
166
|
+
RoutePedestrianOverviewSummaryFilterSensitiveLog: () => RoutePedestrianOverviewSummaryFilterSensitiveLog,
|
|
167
|
+
RoutePedestrianPlaceFilterSensitiveLog: () => RoutePedestrianPlaceFilterSensitiveLog,
|
|
168
|
+
RoutePedestrianSpanFilterSensitiveLog: () => RoutePedestrianSpanFilterSensitiveLog,
|
|
169
|
+
RoutePedestrianSummaryFilterSensitiveLog: () => RoutePedestrianSummaryFilterSensitiveLog,
|
|
170
|
+
RoutePedestrianTravelOnlySummaryFilterSensitiveLog: () => RoutePedestrianTravelOnlySummaryFilterSensitiveLog,
|
|
171
|
+
RoutePedestrianTravelStepFilterSensitiveLog: () => RoutePedestrianTravelStepFilterSensitiveLog,
|
|
172
|
+
RoutePedestrianTravelStepType: () => RoutePedestrianTravelStepType,
|
|
173
|
+
RouteRampStepDetailsFilterSensitiveLog: () => RouteRampStepDetailsFilterSensitiveLog,
|
|
174
|
+
RouteResponseNoticeCode: () => RouteResponseNoticeCode,
|
|
175
|
+
RouteRoadFilterSensitiveLog: () => RouteRoadFilterSensitiveLog,
|
|
176
|
+
RouteRoadType: () => RouteRoadType,
|
|
177
|
+
RouteRoundaboutEnterStepDetailsFilterSensitiveLog: () => RouteRoundaboutEnterStepDetailsFilterSensitiveLog,
|
|
178
|
+
RouteRoundaboutExitStepDetailsFilterSensitiveLog: () => RouteRoundaboutExitStepDetailsFilterSensitiveLog,
|
|
179
|
+
RouteRoundaboutPassStepDetailsFilterSensitiveLog: () => RouteRoundaboutPassStepDetailsFilterSensitiveLog,
|
|
180
|
+
RouteScooterOptionsFilterSensitiveLog: () => RouteScooterOptionsFilterSensitiveLog,
|
|
181
|
+
RouteSideOfStreet: () => RouteSideOfStreet,
|
|
182
|
+
RouteSideOfStreetOptionsFilterSensitiveLog: () => RouteSideOfStreetOptionsFilterSensitiveLog,
|
|
183
|
+
RouteSignpostFilterSensitiveLog: () => RouteSignpostFilterSensitiveLog,
|
|
184
|
+
RouteSignpostLabelFilterSensitiveLog: () => RouteSignpostLabelFilterSensitiveLog,
|
|
185
|
+
RouteSpanAdditionalFeature: () => RouteSpanAdditionalFeature,
|
|
186
|
+
RouteSpanCarAccessAttribute: () => RouteSpanCarAccessAttribute,
|
|
187
|
+
RouteSpanDynamicSpeedDetailsFilterSensitiveLog: () => RouteSpanDynamicSpeedDetailsFilterSensitiveLog,
|
|
188
|
+
RouteSpanGateAttribute: () => RouteSpanGateAttribute,
|
|
189
|
+
RouteSpanPedestrianAccessAttribute: () => RouteSpanPedestrianAccessAttribute,
|
|
190
|
+
RouteSpanRailwayCrossingAttribute: () => RouteSpanRailwayCrossingAttribute,
|
|
191
|
+
RouteSpanRoadAttribute: () => RouteSpanRoadAttribute,
|
|
192
|
+
RouteSpanScooterAccessAttribute: () => RouteSpanScooterAccessAttribute,
|
|
193
|
+
RouteSpanSpeedLimitDetailsFilterSensitiveLog: () => RouteSpanSpeedLimitDetailsFilterSensitiveLog,
|
|
194
|
+
RouteSpanTruckAccessAttribute: () => RouteSpanTruckAccessAttribute,
|
|
195
|
+
RouteSteeringDirection: () => RouteSteeringDirection,
|
|
196
|
+
RouteSummaryFilterSensitiveLog: () => RouteSummaryFilterSensitiveLog,
|
|
197
|
+
RouteTollFilterSensitiveLog: () => RouteTollFilterSensitiveLog,
|
|
198
|
+
RouteTollOptionsFilterSensitiveLog: () => RouteTollOptionsFilterSensitiveLog,
|
|
199
|
+
RouteTollPassFilterSensitiveLog: () => RouteTollPassFilterSensitiveLog,
|
|
200
|
+
RouteTollPassValidityPeriodFilterSensitiveLog: () => RouteTollPassValidityPeriodFilterSensitiveLog,
|
|
201
|
+
RouteTollPassValidityPeriodType: () => RouteTollPassValidityPeriodType,
|
|
202
|
+
RouteTollPaymentMethod: () => RouteTollPaymentMethod,
|
|
203
|
+
RouteTollPaymentSiteFilterSensitiveLog: () => RouteTollPaymentSiteFilterSensitiveLog,
|
|
204
|
+
RouteTollPriceFilterSensitiveLog: () => RouteTollPriceFilterSensitiveLog,
|
|
205
|
+
RouteTollPriceSummaryFilterSensitiveLog: () => RouteTollPriceSummaryFilterSensitiveLog,
|
|
206
|
+
RouteTollPriceValueRangeFilterSensitiveLog: () => RouteTollPriceValueRangeFilterSensitiveLog,
|
|
207
|
+
RouteTollRateFilterSensitiveLog: () => RouteTollRateFilterSensitiveLog,
|
|
208
|
+
RouteTollSummaryFilterSensitiveLog: () => RouteTollSummaryFilterSensitiveLog,
|
|
209
|
+
RouteTollSystemFilterSensitiveLog: () => RouteTollSystemFilterSensitiveLog,
|
|
210
|
+
RouteTollVehicleCategory: () => RouteTollVehicleCategory,
|
|
211
|
+
RouteTrafficOptionsFilterSensitiveLog: () => RouteTrafficOptionsFilterSensitiveLog,
|
|
212
|
+
RouteTrailerOptionsFilterSensitiveLog: () => RouteTrailerOptionsFilterSensitiveLog,
|
|
213
|
+
RouteTransponderFilterSensitiveLog: () => RouteTransponderFilterSensitiveLog,
|
|
214
|
+
RouteTravelMode: () => RouteTravelMode,
|
|
215
|
+
RouteTravelModeOptionsFilterSensitiveLog: () => RouteTravelModeOptionsFilterSensitiveLog,
|
|
216
|
+
RouteTravelStepType: () => RouteTravelStepType,
|
|
217
|
+
RouteTruckOptionsFilterSensitiveLog: () => RouteTruckOptionsFilterSensitiveLog,
|
|
218
|
+
RouteTruckType: () => RouteTruckType,
|
|
219
|
+
RouteTurnIntensity: () => RouteTurnIntensity,
|
|
220
|
+
RouteTurnStepDetailsFilterSensitiveLog: () => RouteTurnStepDetailsFilterSensitiveLog,
|
|
221
|
+
RouteUTurnStepDetailsFilterSensitiveLog: () => RouteUTurnStepDetailsFilterSensitiveLog,
|
|
222
|
+
RouteVehicleArrivalFilterSensitiveLog: () => RouteVehicleArrivalFilterSensitiveLog,
|
|
223
|
+
RouteVehicleDepartureFilterSensitiveLog: () => RouteVehicleDepartureFilterSensitiveLog,
|
|
224
|
+
RouteVehicleIncidentFilterSensitiveLog: () => RouteVehicleIncidentFilterSensitiveLog,
|
|
225
|
+
RouteVehicleIncidentSeverity: () => RouteVehicleIncidentSeverity,
|
|
226
|
+
RouteVehicleIncidentType: () => RouteVehicleIncidentType,
|
|
227
|
+
RouteVehicleLegDetailsFilterSensitiveLog: () => RouteVehicleLegDetailsFilterSensitiveLog,
|
|
228
|
+
RouteVehicleLicensePlateFilterSensitiveLog: () => RouteVehicleLicensePlateFilterSensitiveLog,
|
|
229
|
+
RouteVehicleNoticeCode: () => RouteVehicleNoticeCode,
|
|
230
|
+
RouteVehicleNoticeDetailFilterSensitiveLog: () => RouteVehicleNoticeDetailFilterSensitiveLog,
|
|
231
|
+
RouteVehicleNoticeFilterSensitiveLog: () => RouteVehicleNoticeFilterSensitiveLog,
|
|
232
|
+
RouteVehicleOverviewSummaryFilterSensitiveLog: () => RouteVehicleOverviewSummaryFilterSensitiveLog,
|
|
233
|
+
RouteVehiclePlaceFilterSensitiveLog: () => RouteVehiclePlaceFilterSensitiveLog,
|
|
234
|
+
RouteVehicleSpanFilterSensitiveLog: () => RouteVehicleSpanFilterSensitiveLog,
|
|
235
|
+
RouteVehicleSummaryFilterSensitiveLog: () => RouteVehicleSummaryFilterSensitiveLog,
|
|
236
|
+
RouteVehicleTravelOnlySummaryFilterSensitiveLog: () => RouteVehicleTravelOnlySummaryFilterSensitiveLog,
|
|
237
|
+
RouteVehicleTravelStepFilterSensitiveLog: () => RouteVehicleTravelStepFilterSensitiveLog,
|
|
238
|
+
RouteVehicleTravelStepType: () => RouteVehicleTravelStepType,
|
|
239
|
+
RouteViolatedConstraintsFilterSensitiveLog: () => RouteViolatedConstraintsFilterSensitiveLog,
|
|
240
|
+
RouteWaypointFilterSensitiveLog: () => RouteWaypointFilterSensitiveLog,
|
|
241
|
+
RouteWeightConstraintFilterSensitiveLog: () => RouteWeightConstraintFilterSensitiveLog,
|
|
242
|
+
RouteWeightConstraintType: () => RouteWeightConstraintType,
|
|
243
|
+
RouteZoneCategory: () => RouteZoneCategory,
|
|
244
|
+
RouteZoneFilterSensitiveLog: () => RouteZoneFilterSensitiveLog,
|
|
245
|
+
RoutingObjective: () => RoutingObjective,
|
|
246
|
+
SideOfStreetMatchingStrategy: () => SideOfStreetMatchingStrategy,
|
|
247
|
+
SnapToRoadsCommand: () => SnapToRoadsCommand,
|
|
248
|
+
SnapToRoadsRequestFilterSensitiveLog: () => SnapToRoadsRequestFilterSensitiveLog,
|
|
249
|
+
SnapToRoadsResponseFilterSensitiveLog: () => SnapToRoadsResponseFilterSensitiveLog,
|
|
250
|
+
ThrottlingException: () => ThrottlingException,
|
|
251
|
+
TrafficUsage: () => TrafficUsage,
|
|
252
|
+
ValidationException: () => ValidationException,
|
|
253
|
+
ValidationExceptionReason: () => ValidationExceptionReason,
|
|
254
|
+
WaypointOptimizationAccessHoursEntryFilterSensitiveLog: () => WaypointOptimizationAccessHoursEntryFilterSensitiveLog,
|
|
255
|
+
WaypointOptimizationAccessHoursFilterSensitiveLog: () => WaypointOptimizationAccessHoursFilterSensitiveLog,
|
|
256
|
+
WaypointOptimizationAvoidanceAreaFilterSensitiveLog: () => WaypointOptimizationAvoidanceAreaFilterSensitiveLog,
|
|
257
|
+
WaypointOptimizationAvoidanceAreaGeometryFilterSensitiveLog: () => WaypointOptimizationAvoidanceAreaGeometryFilterSensitiveLog,
|
|
258
|
+
WaypointOptimizationAvoidanceOptionsFilterSensitiveLog: () => WaypointOptimizationAvoidanceOptionsFilterSensitiveLog,
|
|
259
|
+
WaypointOptimizationClusteringAlgorithm: () => WaypointOptimizationClusteringAlgorithm,
|
|
260
|
+
WaypointOptimizationClusteringOptionsFilterSensitiveLog: () => WaypointOptimizationClusteringOptionsFilterSensitiveLog,
|
|
261
|
+
WaypointOptimizationConnectionFilterSensitiveLog: () => WaypointOptimizationConnectionFilterSensitiveLog,
|
|
262
|
+
WaypointOptimizationConstraint: () => WaypointOptimizationConstraint,
|
|
263
|
+
WaypointOptimizationDestinationOptionsFilterSensitiveLog: () => WaypointOptimizationDestinationOptionsFilterSensitiveLog,
|
|
264
|
+
WaypointOptimizationDriverOptionsFilterSensitiveLog: () => WaypointOptimizationDriverOptionsFilterSensitiveLog,
|
|
265
|
+
WaypointOptimizationDrivingDistanceOptionsFilterSensitiveLog: () => WaypointOptimizationDrivingDistanceOptionsFilterSensitiveLog,
|
|
266
|
+
WaypointOptimizationExclusionOptionsFilterSensitiveLog: () => WaypointOptimizationExclusionOptionsFilterSensitiveLog,
|
|
267
|
+
WaypointOptimizationFailedConstraintFilterSensitiveLog: () => WaypointOptimizationFailedConstraintFilterSensitiveLog,
|
|
268
|
+
WaypointOptimizationHazardousCargoType: () => WaypointOptimizationHazardousCargoType,
|
|
269
|
+
WaypointOptimizationImpedingWaypointFilterSensitiveLog: () => WaypointOptimizationImpedingWaypointFilterSensitiveLog,
|
|
270
|
+
WaypointOptimizationOptimizedWaypointFilterSensitiveLog: () => WaypointOptimizationOptimizedWaypointFilterSensitiveLog,
|
|
271
|
+
WaypointOptimizationPedestrianOptionsFilterSensitiveLog: () => WaypointOptimizationPedestrianOptionsFilterSensitiveLog,
|
|
272
|
+
WaypointOptimizationRestCycleDurationsFilterSensitiveLog: () => WaypointOptimizationRestCycleDurationsFilterSensitiveLog,
|
|
273
|
+
WaypointOptimizationRestCyclesFilterSensitiveLog: () => WaypointOptimizationRestCyclesFilterSensitiveLog,
|
|
274
|
+
WaypointOptimizationRestProfileFilterSensitiveLog: () => WaypointOptimizationRestProfileFilterSensitiveLog,
|
|
275
|
+
WaypointOptimizationSequencingObjective: () => WaypointOptimizationSequencingObjective,
|
|
276
|
+
WaypointOptimizationServiceTimeTreatment: () => WaypointOptimizationServiceTimeTreatment,
|
|
277
|
+
WaypointOptimizationSideOfStreetOptionsFilterSensitiveLog: () => WaypointOptimizationSideOfStreetOptionsFilterSensitiveLog,
|
|
278
|
+
WaypointOptimizationTimeBreakdownFilterSensitiveLog: () => WaypointOptimizationTimeBreakdownFilterSensitiveLog,
|
|
279
|
+
WaypointOptimizationTrailerOptionsFilterSensitiveLog: () => WaypointOptimizationTrailerOptionsFilterSensitiveLog,
|
|
280
|
+
WaypointOptimizationTravelMode: () => WaypointOptimizationTravelMode,
|
|
281
|
+
WaypointOptimizationTravelModeOptionsFilterSensitiveLog: () => WaypointOptimizationTravelModeOptionsFilterSensitiveLog,
|
|
282
|
+
WaypointOptimizationTruckOptionsFilterSensitiveLog: () => WaypointOptimizationTruckOptionsFilterSensitiveLog,
|
|
283
|
+
WaypointOptimizationTruckType: () => WaypointOptimizationTruckType,
|
|
284
|
+
WaypointOptimizationWaypointFilterSensitiveLog: () => WaypointOptimizationWaypointFilterSensitiveLog,
|
|
285
|
+
WeightPerAxleGroupFilterSensitiveLog: () => WeightPerAxleGroupFilterSensitiveLog,
|
|
286
|
+
__Client: () => import_smithy_client.Client
|
|
287
|
+
});
|
|
288
|
+
module.exports = __toCommonJS(index_exports);
|
|
289
|
+
|
|
290
|
+
// src/GeoRoutesClient.ts
|
|
291
|
+
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
292
|
+
var import_middleware_logger = require("@aws-sdk/middleware-logger");
|
|
293
|
+
var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");
|
|
294
|
+
var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
|
|
295
|
+
var import_config_resolver = require("@smithy/config-resolver");
|
|
296
|
+
var import_core = require("@smithy/core");
|
|
297
|
+
var import_middleware_content_length = require("@smithy/middleware-content-length");
|
|
298
|
+
var import_middleware_endpoint = require("@smithy/middleware-endpoint");
|
|
299
|
+
var import_middleware_retry = require("@smithy/middleware-retry");
|
|
300
|
+
|
|
301
|
+
var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
302
|
+
|
|
303
|
+
// src/endpoint/EndpointParameters.ts
|
|
304
|
+
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
305
|
+
return Object.assign(options, {
|
|
306
|
+
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
307
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
308
|
+
defaultSigningName: "geo-routes"
|
|
309
|
+
});
|
|
310
|
+
}, "resolveClientEndpointParameters");
|
|
311
|
+
var commonParams = {
|
|
312
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
313
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
314
|
+
Region: { type: "builtInParams", name: "region" },
|
|
315
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
316
|
+
};
|
|
317
|
+
|
|
318
|
+
// src/GeoRoutesClient.ts
|
|
319
|
+
var import_runtimeConfig = require("././runtimeConfig");
|
|
320
|
+
|
|
321
|
+
// src/runtimeExtensions.ts
|
|
322
|
+
var import_region_config_resolver = require("@aws-sdk/region-config-resolver");
|
|
323
|
+
var import_protocol_http = require("@smithy/protocol-http");
|
|
324
|
+
var import_smithy_client = require("@smithy/smithy-client");
|
|
325
|
+
|
|
326
|
+
// src/auth/httpAuthExtensionConfiguration.ts
|
|
327
|
+
var getHttpAuthExtensionConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
328
|
+
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
329
|
+
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
330
|
+
let _credentials = runtimeConfig.credentials;
|
|
331
|
+
return {
|
|
332
|
+
setHttpAuthScheme(httpAuthScheme) {
|
|
333
|
+
const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
|
|
334
|
+
if (index === -1) {
|
|
335
|
+
_httpAuthSchemes.push(httpAuthScheme);
|
|
336
|
+
} else {
|
|
337
|
+
_httpAuthSchemes.splice(index, 1, httpAuthScheme);
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
httpAuthSchemes() {
|
|
341
|
+
return _httpAuthSchemes;
|
|
342
|
+
},
|
|
343
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
|
|
344
|
+
_httpAuthSchemeProvider = httpAuthSchemeProvider;
|
|
345
|
+
},
|
|
346
|
+
httpAuthSchemeProvider() {
|
|
347
|
+
return _httpAuthSchemeProvider;
|
|
348
|
+
},
|
|
349
|
+
setCredentials(credentials) {
|
|
350
|
+
_credentials = credentials;
|
|
351
|
+
},
|
|
352
|
+
credentials() {
|
|
353
|
+
return _credentials;
|
|
354
|
+
}
|
|
355
|
+
};
|
|
356
|
+
}, "getHttpAuthExtensionConfiguration");
|
|
357
|
+
var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
358
|
+
return {
|
|
359
|
+
httpAuthSchemes: config.httpAuthSchemes(),
|
|
360
|
+
httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
|
|
361
|
+
credentials: config.credentials()
|
|
362
|
+
};
|
|
363
|
+
}, "resolveHttpAuthRuntimeConfig");
|
|
364
|
+
|
|
365
|
+
// src/runtimeExtensions.ts
|
|
366
|
+
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
367
|
+
const extensionConfiguration = Object.assign(
|
|
368
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
369
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
370
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
371
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
372
|
+
);
|
|
373
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
374
|
+
return Object.assign(
|
|
375
|
+
runtimeConfig,
|
|
376
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
377
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
378
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
379
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
380
|
+
);
|
|
381
|
+
}, "resolveRuntimeExtensions");
|
|
382
|
+
|
|
383
|
+
// src/GeoRoutesClient.ts
|
|
384
|
+
var GeoRoutesClient = class extends import_smithy_client.Client {
|
|
385
|
+
static {
|
|
386
|
+
__name(this, "GeoRoutesClient");
|
|
387
|
+
}
|
|
388
|
+
/**
|
|
389
|
+
* The resolved configuration of GeoRoutesClient class. This is resolved and normalized from the {@link GeoRoutesClientConfig | constructor configuration interface}.
|
|
390
|
+
*/
|
|
391
|
+
config;
|
|
392
|
+
constructor(...[configuration]) {
|
|
393
|
+
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
394
|
+
super(_config_0);
|
|
395
|
+
this.initConfig = _config_0;
|
|
396
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
397
|
+
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
398
|
+
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
399
|
+
const _config_4 = (0, import_config_resolver.resolveRegionConfig)(_config_3);
|
|
400
|
+
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
401
|
+
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
402
|
+
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
403
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
404
|
+
this.config = _config_8;
|
|
405
|
+
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
406
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
407
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
408
|
+
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
409
|
+
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
410
|
+
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
411
|
+
this.middlewareStack.use(
|
|
412
|
+
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
413
|
+
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultGeoRoutesHttpAuthSchemeParametersProvider,
|
|
414
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
415
|
+
"aws.auth#sigv4": config.credentials
|
|
416
|
+
}), "identityProviderConfigProvider")
|
|
417
|
+
})
|
|
418
|
+
);
|
|
419
|
+
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
420
|
+
}
|
|
421
|
+
/**
|
|
422
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
423
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
424
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
425
|
+
*/
|
|
426
|
+
destroy() {
|
|
427
|
+
super.destroy();
|
|
428
|
+
}
|
|
429
|
+
};
|
|
430
|
+
|
|
431
|
+
// src/GeoRoutes.ts
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
// src/commands/CalculateIsolinesCommand.ts
|
|
435
|
+
|
|
436
|
+
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
// src/models/models_0.ts
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
// src/models/GeoRoutesServiceException.ts
|
|
443
|
+
|
|
444
|
+
var GeoRoutesServiceException = class _GeoRoutesServiceException extends import_smithy_client.ServiceException {
|
|
445
|
+
static {
|
|
446
|
+
__name(this, "GeoRoutesServiceException");
|
|
447
|
+
}
|
|
448
|
+
/**
|
|
449
|
+
* @internal
|
|
450
|
+
*/
|
|
451
|
+
constructor(options) {
|
|
452
|
+
super(options);
|
|
453
|
+
Object.setPrototypeOf(this, _GeoRoutesServiceException.prototype);
|
|
454
|
+
}
|
|
455
|
+
};
|
|
456
|
+
|
|
457
|
+
// src/models/models_0.ts
|
|
458
|
+
var AccessDeniedException = class _AccessDeniedException extends GeoRoutesServiceException {
|
|
459
|
+
static {
|
|
460
|
+
__name(this, "AccessDeniedException");
|
|
461
|
+
}
|
|
462
|
+
name = "AccessDeniedException";
|
|
463
|
+
$fault = "client";
|
|
464
|
+
Message;
|
|
465
|
+
/**
|
|
466
|
+
* @internal
|
|
467
|
+
*/
|
|
468
|
+
constructor(opts) {
|
|
469
|
+
super({
|
|
470
|
+
name: "AccessDeniedException",
|
|
471
|
+
$fault: "client",
|
|
472
|
+
...opts
|
|
473
|
+
});
|
|
474
|
+
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
475
|
+
this.Message = opts.Message;
|
|
476
|
+
}
|
|
477
|
+
};
|
|
478
|
+
var IsolineZoneCategory = {
|
|
479
|
+
CONGESTION_PRICING: "CongestionPricing",
|
|
480
|
+
ENVIRONMENTAL: "Environmental",
|
|
481
|
+
VIGNETTE: "Vignette"
|
|
482
|
+
};
|
|
483
|
+
var MatchingStrategy = {
|
|
484
|
+
MATCH_ANY: "MatchAny",
|
|
485
|
+
MATCH_MOST_SIGNIFICANT_ROAD: "MatchMostSignificantRoad"
|
|
486
|
+
};
|
|
487
|
+
var SideOfStreetMatchingStrategy = {
|
|
488
|
+
ANY_STREET: "AnyStreet",
|
|
489
|
+
DIVIDED_STREET_ONLY: "DividedStreetOnly"
|
|
490
|
+
};
|
|
491
|
+
var GeometryFormat = {
|
|
492
|
+
FLEXIBLE_POLYLINE: "FlexiblePolyline",
|
|
493
|
+
SIMPLE: "Simple"
|
|
494
|
+
};
|
|
495
|
+
var IsolineOptimizationObjective = {
|
|
496
|
+
ACCURATE_CALCULATION: "AccurateCalculation",
|
|
497
|
+
BALANCED_CALCULATION: "BalancedCalculation",
|
|
498
|
+
FAST_CALCULATION: "FastCalculation"
|
|
499
|
+
};
|
|
500
|
+
var RoutingObjective = {
|
|
501
|
+
FASTEST_ROUTE: "FastestRoute",
|
|
502
|
+
SHORTEST_ROUTE: "ShortestRoute"
|
|
503
|
+
};
|
|
504
|
+
var TrafficUsage = {
|
|
505
|
+
IGNORE_TRAFFIC_DATA: "IgnoreTrafficData",
|
|
506
|
+
USE_TRAFFIC_DATA: "UseTrafficData"
|
|
507
|
+
};
|
|
508
|
+
var IsolineTravelMode = {
|
|
509
|
+
CAR: "Car",
|
|
510
|
+
PEDESTRIAN: "Pedestrian",
|
|
511
|
+
SCOOTER: "Scooter",
|
|
512
|
+
TRUCK: "Truck"
|
|
513
|
+
};
|
|
514
|
+
var IsolineEngineType = {
|
|
515
|
+
ELECTRIC: "Electric",
|
|
516
|
+
INTERNAL_COMBUSTION: "InternalCombustion",
|
|
517
|
+
PLUGIN_HYBRID: "PluginHybrid"
|
|
518
|
+
};
|
|
519
|
+
var IsolineHazardousCargoType = {
|
|
520
|
+
COMBUSTIBLE: "Combustible",
|
|
521
|
+
CORROSIVE: "Corrosive",
|
|
522
|
+
EXPLOSIVE: "Explosive",
|
|
523
|
+
FLAMMABLE: "Flammable",
|
|
524
|
+
GAS: "Gas",
|
|
525
|
+
HARMFUL_TO_WATER: "HarmfulToWater",
|
|
526
|
+
ORGANIC: "Organic",
|
|
527
|
+
OTHER: "Other",
|
|
528
|
+
POISON: "Poison",
|
|
529
|
+
POISONOUS_INHALATION: "PoisonousInhalation",
|
|
530
|
+
RADIOACTIVE: "Radioactive"
|
|
531
|
+
};
|
|
532
|
+
var IsolineTruckType = {
|
|
533
|
+
LIGHT_TRUCK: "LightTruck",
|
|
534
|
+
STRAIGHT_TRUCK: "StraightTruck",
|
|
535
|
+
TRACTOR: "Tractor"
|
|
536
|
+
};
|
|
537
|
+
var InternalServerException = class _InternalServerException extends GeoRoutesServiceException {
|
|
538
|
+
static {
|
|
539
|
+
__name(this, "InternalServerException");
|
|
540
|
+
}
|
|
541
|
+
name = "InternalServerException";
|
|
542
|
+
$fault = "server";
|
|
543
|
+
$retryable = {};
|
|
544
|
+
Message;
|
|
545
|
+
/**
|
|
546
|
+
* @internal
|
|
547
|
+
*/
|
|
548
|
+
constructor(opts) {
|
|
549
|
+
super({
|
|
550
|
+
name: "InternalServerException",
|
|
551
|
+
$fault: "server",
|
|
552
|
+
...opts
|
|
553
|
+
});
|
|
554
|
+
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
555
|
+
this.Message = opts.Message;
|
|
556
|
+
}
|
|
557
|
+
};
|
|
558
|
+
var ThrottlingException = class _ThrottlingException extends GeoRoutesServiceException {
|
|
559
|
+
static {
|
|
560
|
+
__name(this, "ThrottlingException");
|
|
561
|
+
}
|
|
562
|
+
name = "ThrottlingException";
|
|
563
|
+
$fault = "client";
|
|
564
|
+
$retryable = {};
|
|
565
|
+
Message;
|
|
566
|
+
/**
|
|
567
|
+
* @internal
|
|
568
|
+
*/
|
|
569
|
+
constructor(opts) {
|
|
570
|
+
super({
|
|
571
|
+
name: "ThrottlingException",
|
|
572
|
+
$fault: "client",
|
|
573
|
+
...opts
|
|
574
|
+
});
|
|
575
|
+
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
576
|
+
this.Message = opts.Message;
|
|
577
|
+
}
|
|
578
|
+
};
|
|
579
|
+
var ValidationExceptionReason = {
|
|
580
|
+
/**
|
|
581
|
+
* The input cannot be parsed. For example a required JSON document, ARN identifier,
|
|
582
|
+
* date value, or numeric field cannot be parsed.
|
|
583
|
+
*
|
|
584
|
+
*/
|
|
585
|
+
CANNOT_PARSE: "CannotParse",
|
|
586
|
+
/**
|
|
587
|
+
* The input is present and parsable, but it is otherwise invalid. For example, a
|
|
588
|
+
* required numeric argument is outside the allowed range.
|
|
589
|
+
*
|
|
590
|
+
*/
|
|
591
|
+
FIELD_VALIDATION_FAILED: "FieldValidationFailed",
|
|
592
|
+
/**
|
|
593
|
+
* The required input is missing.
|
|
594
|
+
*/
|
|
595
|
+
MISSING: "Missing",
|
|
596
|
+
/**
|
|
597
|
+
* The input is invalid but no more specific reason is applicable.
|
|
598
|
+
*/
|
|
599
|
+
OTHER: "Other",
|
|
600
|
+
/**
|
|
601
|
+
* No such field is supported.
|
|
602
|
+
*/
|
|
603
|
+
UNKNOWN_FIELD: "UnknownField",
|
|
604
|
+
/**
|
|
605
|
+
* No such operation is supported.
|
|
606
|
+
*/
|
|
607
|
+
UNKNOWN_OPERATION: "UnknownOperation"
|
|
608
|
+
};
|
|
609
|
+
var ValidationException = class _ValidationException extends GeoRoutesServiceException {
|
|
610
|
+
static {
|
|
611
|
+
__name(this, "ValidationException");
|
|
612
|
+
}
|
|
613
|
+
name = "ValidationException";
|
|
614
|
+
$fault = "client";
|
|
615
|
+
Message;
|
|
616
|
+
/**
|
|
617
|
+
* <p>A message with the reason for the validation exception error.</p>
|
|
618
|
+
* @public
|
|
619
|
+
*/
|
|
620
|
+
Reason;
|
|
621
|
+
/**
|
|
622
|
+
* <p>The field where the invalid entry was detected.</p>
|
|
623
|
+
* @public
|
|
624
|
+
*/
|
|
625
|
+
FieldList;
|
|
626
|
+
/**
|
|
627
|
+
* @internal
|
|
628
|
+
*/
|
|
629
|
+
constructor(opts) {
|
|
630
|
+
super({
|
|
631
|
+
name: "ValidationException",
|
|
632
|
+
$fault: "client",
|
|
633
|
+
...opts
|
|
634
|
+
});
|
|
635
|
+
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
636
|
+
this.Message = opts.Message;
|
|
637
|
+
this.Reason = opts.Reason;
|
|
638
|
+
this.FieldList = opts.FieldList;
|
|
639
|
+
}
|
|
640
|
+
};
|
|
641
|
+
var RouteMatrixZoneCategory = {
|
|
642
|
+
CONGESTION_PRICING: "CongestionPricing",
|
|
643
|
+
ENVIRONMENTAL: "Environmental",
|
|
644
|
+
VIGNETTE: "Vignette"
|
|
645
|
+
};
|
|
646
|
+
var RouteMatrixTravelMode = {
|
|
647
|
+
CAR: "Car",
|
|
648
|
+
PEDESTRIAN: "Pedestrian",
|
|
649
|
+
SCOOTER: "Scooter",
|
|
650
|
+
TRUCK: "Truck"
|
|
651
|
+
};
|
|
652
|
+
var RouteMatrixHazardousCargoType = {
|
|
653
|
+
COMBUSTIBLE: "Combustible",
|
|
654
|
+
CORROSIVE: "Corrosive",
|
|
655
|
+
EXPLOSIVE: "Explosive",
|
|
656
|
+
FLAMMABLE: "Flammable",
|
|
657
|
+
GAS: "Gas",
|
|
658
|
+
HARMFUL_TO_WATER: "HarmfulToWater",
|
|
659
|
+
ORGANIC: "Organic",
|
|
660
|
+
OTHER: "Other",
|
|
661
|
+
POISON: "Poison",
|
|
662
|
+
POISONOUS_INHALATION: "PoisonousInhalation",
|
|
663
|
+
RADIOACTIVE: "Radioactive"
|
|
664
|
+
};
|
|
665
|
+
var RouteMatrixTruckType = {
|
|
666
|
+
LIGHT_TRUCK: "LightTruck",
|
|
667
|
+
STRAIGHT_TRUCK: "StraightTruck",
|
|
668
|
+
TRACTOR: "Tractor"
|
|
669
|
+
};
|
|
670
|
+
var RouteMatrixErrorCode = {
|
|
671
|
+
NO_MATCH: "NoMatch",
|
|
672
|
+
NO_MATCH_DESTINATION: "NoMatchDestination",
|
|
673
|
+
NO_MATCH_ORIGIN: "NoMatchOrigin",
|
|
674
|
+
NO_ROUTE: "NoRoute",
|
|
675
|
+
OTHER: "Other",
|
|
676
|
+
OUT_OF_BOUNDS: "OutOfBounds",
|
|
677
|
+
OUT_OF_BOUNDS_DESTINATION: "OutOfBoundsDestination",
|
|
678
|
+
OUT_OF_BOUNDS_ORIGIN: "OutOfBoundsOrigin",
|
|
679
|
+
VIOLATION: "Violation"
|
|
680
|
+
};
|
|
681
|
+
var RouteZoneCategory = {
|
|
682
|
+
CONGESTION_PRICING: "CongestionPricing",
|
|
683
|
+
ENVIRONMENTAL: "Environmental",
|
|
684
|
+
VIGNETTE: "Vignette"
|
|
685
|
+
};
|
|
686
|
+
var MeasurementSystem = {
|
|
687
|
+
IMPERIAL: "Imperial",
|
|
688
|
+
METRIC: "Metric"
|
|
689
|
+
};
|
|
690
|
+
var RouteLegAdditionalFeature = {
|
|
691
|
+
ELEVATION: "Elevation",
|
|
692
|
+
INCIDENTS: "Incidents",
|
|
693
|
+
PASS_THROUGH_WAYPOINTS: "PassThroughWaypoints",
|
|
694
|
+
SUMMARY: "Summary",
|
|
695
|
+
TOLLS: "Tolls",
|
|
696
|
+
TRAVEL_STEP_INSTRUCTIONS: "TravelStepInstructions",
|
|
697
|
+
TRUCK_ROAD_TYPES: "TruckRoadTypes",
|
|
698
|
+
TYPICAL_DURATION: "TypicalDuration",
|
|
699
|
+
ZONES: "Zones"
|
|
700
|
+
};
|
|
701
|
+
var RouteSpanAdditionalFeature = {
|
|
702
|
+
BEST_CASE_DURATION: "BestCaseDuration",
|
|
703
|
+
CAR_ACCESS: "CarAccess",
|
|
704
|
+
CONSUMPTION: "Consumption",
|
|
705
|
+
COUNTRY: "Country",
|
|
706
|
+
DISTANCE: "Distance",
|
|
707
|
+
DURATION: "Duration",
|
|
708
|
+
DYNAMIC_SPEED: "DynamicSpeed",
|
|
709
|
+
FUNCTIONAL_CLASSIFICATION: "FunctionalClassification",
|
|
710
|
+
GATES: "Gates",
|
|
711
|
+
INCIDENTS: "Incidents",
|
|
712
|
+
NAMES: "Names",
|
|
713
|
+
NOTICES: "Notices",
|
|
714
|
+
PEDESTRIAN_ACCESS: "PedestrianAccess",
|
|
715
|
+
RAILWAY_CROSSINGS: "RailwayCrossings",
|
|
716
|
+
REGION: "Region",
|
|
717
|
+
ROAD_ATTRIBUTES: "RoadAttributes",
|
|
718
|
+
ROUTE_NUMBERS: "RouteNumbers",
|
|
719
|
+
SCOOTER_ACCESS: "ScooterAccess",
|
|
720
|
+
SPEED_LIMIT: "SpeedLimit",
|
|
721
|
+
TOLL_SYSTEMS: "TollSystems",
|
|
722
|
+
TRUCK_ACCESS: "TruckAccess",
|
|
723
|
+
TRUCK_ROAD_TYPES: "TruckRoadTypes",
|
|
724
|
+
TYPICAL_DURATION: "TypicalDuration",
|
|
725
|
+
ZONES: "Zones"
|
|
726
|
+
};
|
|
727
|
+
var RouteTollVehicleCategory = {
|
|
728
|
+
MINIBUS: "Minibus"
|
|
729
|
+
};
|
|
730
|
+
var RouteTravelMode = {
|
|
731
|
+
CAR: "Car",
|
|
732
|
+
PEDESTRIAN: "Pedestrian",
|
|
733
|
+
SCOOTER: "Scooter",
|
|
734
|
+
TRUCK: "Truck"
|
|
735
|
+
};
|
|
736
|
+
var RouteEngineType = {
|
|
737
|
+
ELECTRIC: "Electric",
|
|
738
|
+
INTERNAL_COMBUSTION: "InternalCombustion",
|
|
739
|
+
PLUGIN_HYBRID: "PluginHybrid"
|
|
740
|
+
};
|
|
741
|
+
var RouteHazardousCargoType = {
|
|
742
|
+
COMBUSTIBLE: "Combustible",
|
|
743
|
+
CORROSIVE: "Corrosive",
|
|
744
|
+
EXPLOSIVE: "Explosive",
|
|
745
|
+
FLAMMABLE: "Flammable",
|
|
746
|
+
GAS: "Gas",
|
|
747
|
+
HARMFUL_TO_WATER: "HarmfulToWater",
|
|
748
|
+
ORGANIC: "Organic",
|
|
749
|
+
OTHER: "Other",
|
|
750
|
+
POISON: "Poison",
|
|
751
|
+
POISONOUS_INHALATION: "PoisonousInhalation",
|
|
752
|
+
RADIOACTIVE: "Radioactive"
|
|
753
|
+
};
|
|
754
|
+
var RouteTruckType = {
|
|
755
|
+
LIGHT_TRUCK: "LightTruck",
|
|
756
|
+
STRAIGHT_TRUCK: "StraightTruck",
|
|
757
|
+
TRACTOR: "Tractor"
|
|
758
|
+
};
|
|
759
|
+
var RouteTravelStepType = {
|
|
760
|
+
DEFAULT: "Default",
|
|
761
|
+
TURN_BY_TURN: "TurnByTurn"
|
|
762
|
+
};
|
|
763
|
+
var RouteResponseNoticeCode = {
|
|
764
|
+
MAIN_LANGUAGE_NOT_FOUND: "MainLanguageNotFound",
|
|
765
|
+
OTHER: "Other",
|
|
766
|
+
TRAVEL_TIME_EXCEEDS_DRIVER_WORK_HOURS: "TravelTimeExceedsDriverWorkHours"
|
|
767
|
+
};
|
|
768
|
+
var RouteNoticeImpact = {
|
|
769
|
+
HIGH: "High",
|
|
770
|
+
LOW: "Low"
|
|
771
|
+
};
|
|
772
|
+
var RouteFerryAfterTravelStepType = {
|
|
773
|
+
DEBOARD: "Deboard"
|
|
774
|
+
};
|
|
775
|
+
var RouteFerryBeforeTravelStepType = {
|
|
776
|
+
BOARD: "Board"
|
|
777
|
+
};
|
|
778
|
+
var RouteFerryNoticeCode = {
|
|
779
|
+
ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable",
|
|
780
|
+
NO_SCHEDULE: "NoSchedule",
|
|
781
|
+
OTHER: "Other",
|
|
782
|
+
POTENTIAL_VIOLATED_VEHICLE_RESTRICTION_USAGE: "PotentialViolatedVehicleRestrictionUsage",
|
|
783
|
+
SEASONAL_CLOSURE: "SeasonalClosure",
|
|
784
|
+
VIOLATED_AVOID_FERRY: "ViolatedAvoidFerry",
|
|
785
|
+
VIOLATED_AVOID_RAIL_FERRY: "ViolatedAvoidRailFerry"
|
|
786
|
+
};
|
|
787
|
+
var RouteFerryTravelStepType = {
|
|
788
|
+
ARRIVE: "Arrive",
|
|
789
|
+
CONTINUE: "Continue",
|
|
790
|
+
DEPART: "Depart"
|
|
791
|
+
};
|
|
792
|
+
var RouteSideOfStreet = {
|
|
793
|
+
LEFT: "Left",
|
|
794
|
+
RIGHT: "Right"
|
|
795
|
+
};
|
|
796
|
+
var RoutePedestrianNoticeCode = {
|
|
797
|
+
ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable",
|
|
798
|
+
OTHER: "Other",
|
|
799
|
+
VIOLATED_AVOID_DIRT_ROAD: "ViolatedAvoidDirtRoad",
|
|
800
|
+
VIOLATED_AVOID_TUNNEL: "ViolatedAvoidTunnel",
|
|
801
|
+
VIOLATED_PEDESTRIAN_OPTION: "ViolatedPedestrianOption"
|
|
802
|
+
};
|
|
803
|
+
var RouteSpanPedestrianAccessAttribute = {
|
|
804
|
+
ALLOWED: "Allowed",
|
|
805
|
+
INDOORS: "Indoors",
|
|
806
|
+
NO_THROUGH_TRAFFIC: "NoThroughTraffic",
|
|
807
|
+
PARK: "Park",
|
|
808
|
+
STAIRS: "Stairs",
|
|
809
|
+
TOLL_ROAD: "TollRoad"
|
|
810
|
+
};
|
|
811
|
+
var RouteSpanRoadAttribute = {
|
|
812
|
+
BRIDGE: "Bridge",
|
|
813
|
+
BUILT_UP_AREA: "BuiltUpArea",
|
|
814
|
+
CONTROLLED_ACCESS_HIGHWAY: "ControlledAccessHighway",
|
|
815
|
+
DIRT_ROAD: "DirtRoad",
|
|
816
|
+
DIVIDED_ROAD: "DividedRoad",
|
|
817
|
+
MOTORWAY: "Motorway",
|
|
818
|
+
PRIVATE_ROAD: "PrivateRoad",
|
|
819
|
+
RAMP: "Ramp",
|
|
820
|
+
RIGHT_HAND_TRAFFIC: "RightHandTraffic",
|
|
821
|
+
ROUNDABOUT: "Roundabout",
|
|
822
|
+
TUNNEL: "Tunnel",
|
|
823
|
+
UNDER_CONSTRUCTION: "UnderConstruction"
|
|
824
|
+
};
|
|
825
|
+
var RouteDirection = {
|
|
826
|
+
EAST: "East",
|
|
827
|
+
NORTH: "North",
|
|
828
|
+
SOUTH: "South",
|
|
829
|
+
WEST: "West"
|
|
830
|
+
};
|
|
831
|
+
var RouteRoadType = {
|
|
832
|
+
HIGHWAY: "Highway",
|
|
833
|
+
RURAL: "Rural",
|
|
834
|
+
URBAN: "Urban"
|
|
835
|
+
};
|
|
836
|
+
var RouteSteeringDirection = {
|
|
837
|
+
LEFT: "Left",
|
|
838
|
+
RIGHT: "Right",
|
|
839
|
+
STRAIGHT: "Straight"
|
|
840
|
+
};
|
|
841
|
+
var RouteTurnIntensity = {
|
|
842
|
+
SHARP: "Sharp",
|
|
843
|
+
SLIGHT: "Slight",
|
|
844
|
+
TYPICAL: "Typical"
|
|
845
|
+
};
|
|
846
|
+
var RoutePedestrianTravelStepType = {
|
|
847
|
+
ARRIVE: "Arrive",
|
|
848
|
+
CONTINUE: "Continue",
|
|
849
|
+
DEPART: "Depart",
|
|
850
|
+
EXIT: "Exit",
|
|
851
|
+
KEEP: "Keep",
|
|
852
|
+
RAMP: "Ramp",
|
|
853
|
+
ROUNDABOUT_ENTER: "RoundaboutEnter",
|
|
854
|
+
ROUNDABOUT_EXIT: "RoundaboutExit",
|
|
855
|
+
ROUNDABOUT_PASS: "RoundaboutPass",
|
|
856
|
+
TURN: "Turn",
|
|
857
|
+
U_TURN: "UTurn"
|
|
858
|
+
};
|
|
859
|
+
var RouteLegTravelMode = {
|
|
860
|
+
CAR: "Car",
|
|
861
|
+
CAR_SHUTTLE_TRAIN: "CarShuttleTrain",
|
|
862
|
+
FERRY: "Ferry",
|
|
863
|
+
PEDESTRIAN: "Pedestrian",
|
|
864
|
+
SCOOTER: "Scooter",
|
|
865
|
+
TRUCK: "Truck"
|
|
866
|
+
};
|
|
867
|
+
var RouteLegType = {
|
|
868
|
+
FERRY: "Ferry",
|
|
869
|
+
PEDESTRIAN: "Pedestrian",
|
|
870
|
+
VEHICLE: "Vehicle"
|
|
871
|
+
};
|
|
872
|
+
var RouteVehicleIncidentSeverity = {
|
|
873
|
+
CRITICAL: "Critical",
|
|
874
|
+
HIGH: "High",
|
|
875
|
+
LOW: "Low",
|
|
876
|
+
MEDIUM: "Medium"
|
|
877
|
+
};
|
|
878
|
+
var RouteVehicleIncidentType = {
|
|
879
|
+
ACCIDENT: "Accident",
|
|
880
|
+
CONGESTION: "Congestion",
|
|
881
|
+
CONSTRUCTION: "Construction",
|
|
882
|
+
DISABLED_VEHICLE: "DisabledVehicle",
|
|
883
|
+
LANE_RESTRICTION: "LaneRestriction",
|
|
884
|
+
MASS_TRANSIT: "MassTransit",
|
|
885
|
+
OTHER: "Other",
|
|
886
|
+
PLANNED_EVENT: "PlannedEvent",
|
|
887
|
+
ROAD_CLOSURE: "RoadClosure",
|
|
888
|
+
ROAD_HAZARD: "RoadHazard",
|
|
889
|
+
WEATHER: "Weather"
|
|
890
|
+
};
|
|
891
|
+
var RouteVehicleNoticeCode = {
|
|
892
|
+
ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable",
|
|
893
|
+
OTHER: "Other",
|
|
894
|
+
POTENTIAL_VIOLATED_AVOID_TOLL_ROAD_USAGE: "PotentialViolatedAvoidTollRoadUsage",
|
|
895
|
+
POTENTIAL_VIOLATED_CARPOOL_USAGE: "PotentialViolatedCarpoolUsage",
|
|
896
|
+
POTENTIAL_VIOLATED_TURN_RESTRICTION_USAGE: "PotentialViolatedTurnRestrictionUsage",
|
|
897
|
+
POTENTIAL_VIOLATED_VEHICLE_RESTRICTION_USAGE: "PotentialViolatedVehicleRestrictionUsage",
|
|
898
|
+
POTENTIAL_VIOLATED_ZONE_RESTRICTION_USAGE: "PotentialViolatedZoneRestrictionUsage",
|
|
899
|
+
SEASONAL_CLOSURE: "SeasonalClosure",
|
|
900
|
+
TOLLS_DATA_TEMPORARILY_UNAVAILABLE: "TollsDataTemporarilyUnavailable",
|
|
901
|
+
TOLLS_DATA_UNAVAILABLE: "TollsDataUnavailable",
|
|
902
|
+
TOLL_TRANSPONDER: "TollTransponder",
|
|
903
|
+
VIOLATED_AVOID_CONTROLLED_ACCESS_HIGHWAY: "ViolatedAvoidControlledAccessHighway",
|
|
904
|
+
VIOLATED_AVOID_DIFFICULT_TURNS: "ViolatedAvoidDifficultTurns",
|
|
905
|
+
VIOLATED_AVOID_DIRT_ROAD: "ViolatedAvoidDirtRoad",
|
|
906
|
+
VIOLATED_AVOID_SEASONAL_CLOSURE: "ViolatedAvoidSeasonalClosure",
|
|
907
|
+
VIOLATED_AVOID_TOLL_ROAD: "ViolatedAvoidTollRoad",
|
|
908
|
+
VIOLATED_AVOID_TOLL_TRANSPONDER: "ViolatedAvoidTollTransponder",
|
|
909
|
+
VIOLATED_AVOID_TRUCK_ROAD_TYPE: "ViolatedAvoidTruckRoadType",
|
|
910
|
+
VIOLATED_AVOID_TUNNEL: "ViolatedAvoidTunnel",
|
|
911
|
+
VIOLATED_AVOID_U_TURNS: "ViolatedAvoidUTurns",
|
|
912
|
+
VIOLATED_BLOCKED_ROAD: "ViolatedBlockedRoad",
|
|
913
|
+
VIOLATED_CARPOOL: "ViolatedCarpool",
|
|
914
|
+
VIOLATED_EMERGENCY_GATE: "ViolatedEmergencyGate",
|
|
915
|
+
VIOLATED_START_DIRECTION: "ViolatedStartDirection",
|
|
916
|
+
VIOLATED_TURN_RESTRICTION: "ViolatedTurnRestriction",
|
|
917
|
+
VIOLATED_VEHICLE_RESTRICTION: "ViolatedVehicleRestriction",
|
|
918
|
+
VIOLATED_ZONE_RESTRICTION: "ViolatedZoneRestriction"
|
|
919
|
+
};
|
|
920
|
+
var RouteWeightConstraintType = {
|
|
921
|
+
CURRENT: "Current",
|
|
922
|
+
GROSS: "Gross",
|
|
923
|
+
UNKNOWN: "Unknown"
|
|
924
|
+
};
|
|
925
|
+
var RouteSpanCarAccessAttribute = {
|
|
926
|
+
ALLOWED: "Allowed",
|
|
927
|
+
NO_THROUGH_TRAFFIC: "NoThroughTraffic",
|
|
928
|
+
TOLL_ROAD: "TollRoad"
|
|
929
|
+
};
|
|
930
|
+
var RouteSpanGateAttribute = {
|
|
931
|
+
EMERGENCY: "Emergency",
|
|
932
|
+
KEY_ACCESS: "KeyAccess",
|
|
933
|
+
PERMISSION_REQUIRED: "PermissionRequired"
|
|
934
|
+
};
|
|
935
|
+
var RouteSpanRailwayCrossingAttribute = {
|
|
936
|
+
PROTECTED: "Protected",
|
|
937
|
+
UNPROTECTED: "Unprotected"
|
|
938
|
+
};
|
|
939
|
+
var RouteSpanScooterAccessAttribute = {
|
|
940
|
+
ALLOWED: "Allowed",
|
|
941
|
+
NO_THROUGH_TRAFFIC: "NoThroughTraffic",
|
|
942
|
+
TOLL_ROAD: "TollRoad"
|
|
943
|
+
};
|
|
944
|
+
var RouteSpanTruckAccessAttribute = {
|
|
945
|
+
ALLOWED: "Allowed",
|
|
946
|
+
NO_THROUGH_TRAFFIC: "NoThroughTraffic",
|
|
947
|
+
TOLL_ROAD: "TollRoad"
|
|
948
|
+
};
|
|
949
|
+
var RouteTollPassValidityPeriodType = {
|
|
950
|
+
ANNUAL: "Annual",
|
|
951
|
+
DAYS: "Days",
|
|
952
|
+
EXTENDED_ANNUAL: "ExtendedAnnual",
|
|
953
|
+
MINUTES: "Minutes",
|
|
954
|
+
MONTHS: "Months"
|
|
955
|
+
};
|
|
956
|
+
var RouteTollPaymentMethod = {
|
|
957
|
+
BANK_CARD: "BankCard",
|
|
958
|
+
CASH: "Cash",
|
|
959
|
+
CASH_EXACT: "CashExact",
|
|
960
|
+
CREDIT_CARD: "CreditCard",
|
|
961
|
+
PASS_SUBSCRIPTION: "PassSubscription",
|
|
962
|
+
TRANSPONDER: "Transponder",
|
|
963
|
+
TRAVEL_CARD: "TravelCard",
|
|
964
|
+
VIDEO_TOLL: "VideoToll"
|
|
965
|
+
};
|
|
966
|
+
var RouteVehicleTravelStepType = {
|
|
967
|
+
ARRIVE: "Arrive",
|
|
968
|
+
CONTINUE: "Continue",
|
|
969
|
+
CONTINUE_HIGHWAY: "ContinueHighway",
|
|
970
|
+
DEPART: "Depart",
|
|
971
|
+
ENTER_HIGHWAY: "EnterHighway",
|
|
972
|
+
EXIT: "Exit",
|
|
973
|
+
KEEP: "Keep",
|
|
974
|
+
RAMP: "Ramp",
|
|
975
|
+
ROUNDABOUT_ENTER: "RoundaboutEnter",
|
|
976
|
+
ROUNDABOUT_EXIT: "RoundaboutExit",
|
|
977
|
+
ROUNDABOUT_PASS: "RoundaboutPass",
|
|
978
|
+
TURN: "Turn",
|
|
979
|
+
U_TURN: "UTurn"
|
|
980
|
+
};
|
|
981
|
+
var DayOfWeek = {
|
|
982
|
+
FRIDAY: "Friday",
|
|
983
|
+
MONDAY: "Monday",
|
|
984
|
+
SATURDAY: "Saturday",
|
|
985
|
+
SUNDAY: "Sunday",
|
|
986
|
+
THURSDAY: "Thursday",
|
|
987
|
+
TUESDAY: "Tuesday",
|
|
988
|
+
WEDNESDAY: "Wednesday"
|
|
989
|
+
};
|
|
990
|
+
var WaypointOptimizationClusteringAlgorithm = {
|
|
991
|
+
DRIVING_DISTANCE: "DrivingDistance",
|
|
992
|
+
TOPOLOGY_SEGMENT: "TopologySegment"
|
|
993
|
+
};
|
|
994
|
+
var WaypointOptimizationServiceTimeTreatment = {
|
|
995
|
+
REST: "Rest",
|
|
996
|
+
WORK: "Work"
|
|
997
|
+
};
|
|
998
|
+
var WaypointOptimizationSequencingObjective = {
|
|
999
|
+
FASTEST_ROUTE: "FastestRoute",
|
|
1000
|
+
SHORTEST_ROUTE: "ShortestRoute"
|
|
1001
|
+
};
|
|
1002
|
+
var WaypointOptimizationTravelMode = {
|
|
1003
|
+
CAR: "Car",
|
|
1004
|
+
PEDESTRIAN: "Pedestrian",
|
|
1005
|
+
SCOOTER: "Scooter",
|
|
1006
|
+
TRUCK: "Truck"
|
|
1007
|
+
};
|
|
1008
|
+
var WaypointOptimizationHazardousCargoType = {
|
|
1009
|
+
COMBUSTIBLE: "Combustible",
|
|
1010
|
+
CORROSIVE: "Corrosive",
|
|
1011
|
+
EXPLOSIVE: "Explosive",
|
|
1012
|
+
FLAMMABLE: "Flammable",
|
|
1013
|
+
GAS: "Gas",
|
|
1014
|
+
HARMFUL_TO_WATER: "HarmfulToWater",
|
|
1015
|
+
ORGANIC: "Organic",
|
|
1016
|
+
OTHER: "Other",
|
|
1017
|
+
POISON: "Poison",
|
|
1018
|
+
POISONOUS_INHALATION: "PoisonousInhalation",
|
|
1019
|
+
RADIOACTIVE: "Radioactive"
|
|
1020
|
+
};
|
|
1021
|
+
var WaypointOptimizationTruckType = {
|
|
1022
|
+
STRAIGHT_TRUCK: "StraightTruck",
|
|
1023
|
+
TRACTOR: "Tractor"
|
|
1024
|
+
};
|
|
1025
|
+
var WaypointOptimizationConstraint = {
|
|
1026
|
+
ACCESS_HOURS: "AccessHours",
|
|
1027
|
+
APPOINTMENT_TIME: "AppointmentTime",
|
|
1028
|
+
BEFORE: "Before",
|
|
1029
|
+
HEADING: "Heading",
|
|
1030
|
+
SERVICE_DURATION: "ServiceDuration",
|
|
1031
|
+
SIDE_OF_STREET: "SideOfStreet"
|
|
1032
|
+
};
|
|
1033
|
+
var RoadSnapTravelMode = {
|
|
1034
|
+
CAR: "Car",
|
|
1035
|
+
PEDESTRIAN: "Pedestrian",
|
|
1036
|
+
SCOOTER: "Scooter",
|
|
1037
|
+
TRUCK: "Truck"
|
|
1038
|
+
};
|
|
1039
|
+
var RoadSnapHazardousCargoType = {
|
|
1040
|
+
COMBUSTIBLE: "Combustible",
|
|
1041
|
+
CORROSIVE: "Corrosive",
|
|
1042
|
+
EXPLOSIVE: "Explosive",
|
|
1043
|
+
FLAMMABLE: "Flammable",
|
|
1044
|
+
GAS: "Gas",
|
|
1045
|
+
HARMFUL_TO_WATER: "HarmfulToWater",
|
|
1046
|
+
ORGANIC: "Organic",
|
|
1047
|
+
OTHER: "Other",
|
|
1048
|
+
POISON: "Poison",
|
|
1049
|
+
POISONOUS_INHALATION: "PoisonousInhalation",
|
|
1050
|
+
RADIOACTIVE: "Radioactive"
|
|
1051
|
+
};
|
|
1052
|
+
var RoadSnapNoticeCode = {
|
|
1053
|
+
TRACE_POINTS_HEADING_IGNORED: "TracePointsHeadingIgnored",
|
|
1054
|
+
TRACE_POINTS_IGNORED: "TracePointsIgnored",
|
|
1055
|
+
TRACE_POINTS_MOVED_BY_LARGE_DISTANCE: "TracePointsMovedByLargeDistance",
|
|
1056
|
+
TRACE_POINTS_NOT_MATCHED: "TracePointsNotMatched",
|
|
1057
|
+
TRACE_POINTS_OUT_OF_SEQUENCE: "TracePointsOutOfSequence",
|
|
1058
|
+
TRACE_POINTS_SPEED_ESTIMATED: "TracePointsSpeedEstimated",
|
|
1059
|
+
TRACE_POINTS_SPEED_IGNORED: "TracePointsSpeedIgnored"
|
|
1060
|
+
};
|
|
1061
|
+
var IsolineAllowOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1062
|
+
...obj,
|
|
1063
|
+
...obj.Hot && { Hot: import_smithy_client.SENSITIVE_STRING },
|
|
1064
|
+
...obj.Hov && { Hov: import_smithy_client.SENSITIVE_STRING }
|
|
1065
|
+
}), "IsolineAllowOptionsFilterSensitiveLog");
|
|
1066
|
+
var CorridorFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1067
|
+
...obj,
|
|
1068
|
+
...obj.LineString && { LineString: import_smithy_client.SENSITIVE_STRING }
|
|
1069
|
+
}), "CorridorFilterSensitiveLog");
|
|
1070
|
+
var PolylineCorridorFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1071
|
+
...obj,
|
|
1072
|
+
...obj.Polyline && { Polyline: import_smithy_client.SENSITIVE_STRING }
|
|
1073
|
+
}), "PolylineCorridorFilterSensitiveLog");
|
|
1074
|
+
var IsolineAvoidanceAreaGeometryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1075
|
+
...obj,
|
|
1076
|
+
...obj.BoundingBox && { BoundingBox: import_smithy_client.SENSITIVE_STRING },
|
|
1077
|
+
...obj.Corridor && { Corridor: import_smithy_client.SENSITIVE_STRING },
|
|
1078
|
+
...obj.Polygon && { Polygon: obj.Polygon.map((item) => import_smithy_client.SENSITIVE_STRING) },
|
|
1079
|
+
...obj.PolylineCorridor && { PolylineCorridor: import_smithy_client.SENSITIVE_STRING },
|
|
1080
|
+
...obj.PolylinePolygon && { PolylinePolygon: import_smithy_client.SENSITIVE_STRING }
|
|
1081
|
+
}), "IsolineAvoidanceAreaGeometryFilterSensitiveLog");
|
|
1082
|
+
var IsolineAvoidanceAreaFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1083
|
+
...obj,
|
|
1084
|
+
...obj.Except && { Except: obj.Except.map((item) => IsolineAvoidanceAreaGeometryFilterSensitiveLog(item)) },
|
|
1085
|
+
...obj.Geometry && { Geometry: IsolineAvoidanceAreaGeometryFilterSensitiveLog(obj.Geometry) }
|
|
1086
|
+
}), "IsolineAvoidanceAreaFilterSensitiveLog");
|
|
1087
|
+
var IsolineAvoidanceOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1088
|
+
...obj,
|
|
1089
|
+
...obj.Areas && { Areas: obj.Areas.map((item) => IsolineAvoidanceAreaFilterSensitiveLog(item)) },
|
|
1090
|
+
...obj.CarShuttleTrains && { CarShuttleTrains: import_smithy_client.SENSITIVE_STRING },
|
|
1091
|
+
...obj.ControlledAccessHighways && { ControlledAccessHighways: import_smithy_client.SENSITIVE_STRING },
|
|
1092
|
+
...obj.DirtRoads && { DirtRoads: import_smithy_client.SENSITIVE_STRING },
|
|
1093
|
+
...obj.Ferries && { Ferries: import_smithy_client.SENSITIVE_STRING },
|
|
1094
|
+
...obj.SeasonalClosure && { SeasonalClosure: import_smithy_client.SENSITIVE_STRING },
|
|
1095
|
+
...obj.TollRoads && { TollRoads: import_smithy_client.SENSITIVE_STRING },
|
|
1096
|
+
...obj.TollTransponders && { TollTransponders: import_smithy_client.SENSITIVE_STRING },
|
|
1097
|
+
...obj.TruckRoadTypes && { TruckRoadTypes: import_smithy_client.SENSITIVE_STRING },
|
|
1098
|
+
...obj.Tunnels && { Tunnels: import_smithy_client.SENSITIVE_STRING },
|
|
1099
|
+
...obj.UTurns && { UTurns: import_smithy_client.SENSITIVE_STRING }
|
|
1100
|
+
}), "IsolineAvoidanceOptionsFilterSensitiveLog");
|
|
1101
|
+
var IsolineMatchingOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1102
|
+
...obj,
|
|
1103
|
+
...obj.NameHint && { NameHint: import_smithy_client.SENSITIVE_STRING },
|
|
1104
|
+
...obj.OnRoadThreshold && { OnRoadThreshold: import_smithy_client.SENSITIVE_STRING },
|
|
1105
|
+
...obj.Radius && { Radius: import_smithy_client.SENSITIVE_STRING }
|
|
1106
|
+
}), "IsolineMatchingOptionsFilterSensitiveLog");
|
|
1107
|
+
var IsolineSideOfStreetOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1108
|
+
...obj,
|
|
1109
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING }
|
|
1110
|
+
}), "IsolineSideOfStreetOptionsFilterSensitiveLog");
|
|
1111
|
+
var IsolineDestinationOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1112
|
+
...obj,
|
|
1113
|
+
...obj.AvoidActionsForDistance && { AvoidActionsForDistance: import_smithy_client.SENSITIVE_STRING },
|
|
1114
|
+
...obj.Heading && { Heading: import_smithy_client.SENSITIVE_STRING },
|
|
1115
|
+
...obj.Matching && { Matching: IsolineMatchingOptionsFilterSensitiveLog(obj.Matching) },
|
|
1116
|
+
...obj.SideOfStreet && { SideOfStreet: IsolineSideOfStreetOptionsFilterSensitiveLog(obj.SideOfStreet) }
|
|
1117
|
+
}), "IsolineDestinationOptionsFilterSensitiveLog");
|
|
1118
|
+
var IsolineGranularityOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1119
|
+
...obj,
|
|
1120
|
+
...obj.MaxResolution && { MaxResolution: import_smithy_client.SENSITIVE_STRING }
|
|
1121
|
+
}), "IsolineGranularityOptionsFilterSensitiveLog");
|
|
1122
|
+
var IsolineOriginOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1123
|
+
...obj,
|
|
1124
|
+
...obj.AvoidActionsForDistance && { AvoidActionsForDistance: import_smithy_client.SENSITIVE_STRING },
|
|
1125
|
+
...obj.Heading && { Heading: import_smithy_client.SENSITIVE_STRING },
|
|
1126
|
+
...obj.Matching && { Matching: IsolineMatchingOptionsFilterSensitiveLog(obj.Matching) },
|
|
1127
|
+
...obj.SideOfStreet && { SideOfStreet: IsolineSideOfStreetOptionsFilterSensitiveLog(obj.SideOfStreet) }
|
|
1128
|
+
}), "IsolineOriginOptionsFilterSensitiveLog");
|
|
1129
|
+
var IsolineThresholdsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1130
|
+
...obj,
|
|
1131
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
1132
|
+
...obj.Time && { Time: import_smithy_client.SENSITIVE_STRING }
|
|
1133
|
+
}), "IsolineThresholdsFilterSensitiveLog");
|
|
1134
|
+
var IsolineTrafficOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1135
|
+
...obj,
|
|
1136
|
+
...obj.FlowEventThresholdOverride && { FlowEventThresholdOverride: import_smithy_client.SENSITIVE_STRING }
|
|
1137
|
+
}), "IsolineTrafficOptionsFilterSensitiveLog");
|
|
1138
|
+
var IsolineVehicleLicensePlateFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1139
|
+
...obj
|
|
1140
|
+
}), "IsolineVehicleLicensePlateFilterSensitiveLog");
|
|
1141
|
+
var IsolineCarOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1142
|
+
...obj,
|
|
1143
|
+
...obj.EngineType && { EngineType: import_smithy_client.SENSITIVE_STRING },
|
|
1144
|
+
...obj.LicensePlate && { LicensePlate: import_smithy_client.SENSITIVE_STRING },
|
|
1145
|
+
...obj.MaxSpeed && { MaxSpeed: import_smithy_client.SENSITIVE_STRING },
|
|
1146
|
+
...obj.Occupancy && { Occupancy: import_smithy_client.SENSITIVE_STRING }
|
|
1147
|
+
}), "IsolineCarOptionsFilterSensitiveLog");
|
|
1148
|
+
var IsolineScooterOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1149
|
+
...obj,
|
|
1150
|
+
...obj.EngineType && { EngineType: import_smithy_client.SENSITIVE_STRING },
|
|
1151
|
+
...obj.LicensePlate && { LicensePlate: import_smithy_client.SENSITIVE_STRING },
|
|
1152
|
+
...obj.MaxSpeed && { MaxSpeed: import_smithy_client.SENSITIVE_STRING },
|
|
1153
|
+
...obj.Occupancy && { Occupancy: import_smithy_client.SENSITIVE_STRING }
|
|
1154
|
+
}), "IsolineScooterOptionsFilterSensitiveLog");
|
|
1155
|
+
var IsolineTrailerOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1156
|
+
...obj,
|
|
1157
|
+
...obj.AxleCount && { AxleCount: import_smithy_client.SENSITIVE_STRING },
|
|
1158
|
+
...obj.TrailerCount && { TrailerCount: import_smithy_client.SENSITIVE_STRING }
|
|
1159
|
+
}), "IsolineTrailerOptionsFilterSensitiveLog");
|
|
1160
|
+
var WeightPerAxleGroupFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1161
|
+
...obj,
|
|
1162
|
+
...obj.Single && { Single: import_smithy_client.SENSITIVE_STRING },
|
|
1163
|
+
...obj.Tandem && { Tandem: import_smithy_client.SENSITIVE_STRING },
|
|
1164
|
+
...obj.Triple && { Triple: import_smithy_client.SENSITIVE_STRING },
|
|
1165
|
+
...obj.Quad && { Quad: import_smithy_client.SENSITIVE_STRING },
|
|
1166
|
+
...obj.Quint && { Quint: import_smithy_client.SENSITIVE_STRING }
|
|
1167
|
+
}), "WeightPerAxleGroupFilterSensitiveLog");
|
|
1168
|
+
var IsolineTruckOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1169
|
+
...obj,
|
|
1170
|
+
...obj.AxleCount && { AxleCount: import_smithy_client.SENSITIVE_STRING },
|
|
1171
|
+
...obj.EngineType && { EngineType: import_smithy_client.SENSITIVE_STRING },
|
|
1172
|
+
...obj.GrossWeight && { GrossWeight: import_smithy_client.SENSITIVE_STRING },
|
|
1173
|
+
...obj.HazardousCargos && { HazardousCargos: import_smithy_client.SENSITIVE_STRING },
|
|
1174
|
+
...obj.Height && { Height: import_smithy_client.SENSITIVE_STRING },
|
|
1175
|
+
...obj.HeightAboveFirstAxle && { HeightAboveFirstAxle: import_smithy_client.SENSITIVE_STRING },
|
|
1176
|
+
...obj.KpraLength && { KpraLength: import_smithy_client.SENSITIVE_STRING },
|
|
1177
|
+
...obj.Length && { Length: import_smithy_client.SENSITIVE_STRING },
|
|
1178
|
+
...obj.LicensePlate && { LicensePlate: import_smithy_client.SENSITIVE_STRING },
|
|
1179
|
+
...obj.MaxSpeed && { MaxSpeed: import_smithy_client.SENSITIVE_STRING },
|
|
1180
|
+
...obj.Occupancy && { Occupancy: import_smithy_client.SENSITIVE_STRING },
|
|
1181
|
+
...obj.PayloadCapacity && { PayloadCapacity: import_smithy_client.SENSITIVE_STRING },
|
|
1182
|
+
...obj.TireCount && { TireCount: import_smithy_client.SENSITIVE_STRING },
|
|
1183
|
+
...obj.Trailer && { Trailer: IsolineTrailerOptionsFilterSensitiveLog(obj.Trailer) },
|
|
1184
|
+
...obj.TunnelRestrictionCode && { TunnelRestrictionCode: import_smithy_client.SENSITIVE_STRING },
|
|
1185
|
+
...obj.WeightPerAxle && { WeightPerAxle: import_smithy_client.SENSITIVE_STRING },
|
|
1186
|
+
...obj.WeightPerAxleGroup && { WeightPerAxleGroup: WeightPerAxleGroupFilterSensitiveLog(obj.WeightPerAxleGroup) },
|
|
1187
|
+
...obj.Width && { Width: import_smithy_client.SENSITIVE_STRING }
|
|
1188
|
+
}), "IsolineTruckOptionsFilterSensitiveLog");
|
|
1189
|
+
var IsolineTravelModeOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1190
|
+
...obj,
|
|
1191
|
+
...obj.Car && { Car: IsolineCarOptionsFilterSensitiveLog(obj.Car) },
|
|
1192
|
+
...obj.Scooter && { Scooter: IsolineScooterOptionsFilterSensitiveLog(obj.Scooter) },
|
|
1193
|
+
...obj.Truck && { Truck: IsolineTruckOptionsFilterSensitiveLog(obj.Truck) }
|
|
1194
|
+
}), "IsolineTravelModeOptionsFilterSensitiveLog");
|
|
1195
|
+
var CalculateIsolinesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1196
|
+
...obj,
|
|
1197
|
+
...obj.Allow && { Allow: IsolineAllowOptionsFilterSensitiveLog(obj.Allow) },
|
|
1198
|
+
...obj.ArrivalTime && { ArrivalTime: import_smithy_client.SENSITIVE_STRING },
|
|
1199
|
+
...obj.Avoid && { Avoid: IsolineAvoidanceOptionsFilterSensitiveLog(obj.Avoid) },
|
|
1200
|
+
...obj.DepartNow && { DepartNow: import_smithy_client.SENSITIVE_STRING },
|
|
1201
|
+
...obj.DepartureTime && { DepartureTime: import_smithy_client.SENSITIVE_STRING },
|
|
1202
|
+
...obj.Destination && { Destination: import_smithy_client.SENSITIVE_STRING },
|
|
1203
|
+
...obj.DestinationOptions && {
|
|
1204
|
+
DestinationOptions: IsolineDestinationOptionsFilterSensitiveLog(obj.DestinationOptions)
|
|
1205
|
+
},
|
|
1206
|
+
...obj.IsolineGranularity && {
|
|
1207
|
+
IsolineGranularity: IsolineGranularityOptionsFilterSensitiveLog(obj.IsolineGranularity)
|
|
1208
|
+
},
|
|
1209
|
+
...obj.Key && { Key: import_smithy_client.SENSITIVE_STRING },
|
|
1210
|
+
...obj.Origin && { Origin: import_smithy_client.SENSITIVE_STRING },
|
|
1211
|
+
...obj.OriginOptions && { OriginOptions: IsolineOriginOptionsFilterSensitiveLog(obj.OriginOptions) },
|
|
1212
|
+
...obj.Thresholds && { Thresholds: IsolineThresholdsFilterSensitiveLog(obj.Thresholds) },
|
|
1213
|
+
...obj.Traffic && { Traffic: IsolineTrafficOptionsFilterSensitiveLog(obj.Traffic) },
|
|
1214
|
+
...obj.TravelModeOptions && {
|
|
1215
|
+
TravelModeOptions: IsolineTravelModeOptionsFilterSensitiveLog(obj.TravelModeOptions)
|
|
1216
|
+
}
|
|
1217
|
+
}), "CalculateIsolinesRequestFilterSensitiveLog");
|
|
1218
|
+
var IsolineConnectionGeometryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1219
|
+
...obj,
|
|
1220
|
+
...obj.LineString && { LineString: import_smithy_client.SENSITIVE_STRING },
|
|
1221
|
+
...obj.Polyline && { Polyline: import_smithy_client.SENSITIVE_STRING }
|
|
1222
|
+
}), "IsolineConnectionGeometryFilterSensitiveLog");
|
|
1223
|
+
var IsolineConnectionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1224
|
+
...obj,
|
|
1225
|
+
...obj.Geometry && { Geometry: IsolineConnectionGeometryFilterSensitiveLog(obj.Geometry) }
|
|
1226
|
+
}), "IsolineConnectionFilterSensitiveLog");
|
|
1227
|
+
var IsolineShapeGeometryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1228
|
+
...obj,
|
|
1229
|
+
...obj.Polygon && { Polygon: obj.Polygon.map((item) => import_smithy_client.SENSITIVE_STRING) },
|
|
1230
|
+
...obj.PolylinePolygon && { PolylinePolygon: import_smithy_client.SENSITIVE_STRING }
|
|
1231
|
+
}), "IsolineShapeGeometryFilterSensitiveLog");
|
|
1232
|
+
var IsolineFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1233
|
+
...obj,
|
|
1234
|
+
...obj.Connections && { Connections: obj.Connections.map((item) => IsolineConnectionFilterSensitiveLog(item)) },
|
|
1235
|
+
...obj.DistanceThreshold && { DistanceThreshold: import_smithy_client.SENSITIVE_STRING },
|
|
1236
|
+
...obj.Geometries && { Geometries: obj.Geometries.map((item) => IsolineShapeGeometryFilterSensitiveLog(item)) },
|
|
1237
|
+
...obj.TimeThreshold && { TimeThreshold: import_smithy_client.SENSITIVE_STRING }
|
|
1238
|
+
}), "IsolineFilterSensitiveLog");
|
|
1239
|
+
var CalculateIsolinesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1240
|
+
...obj,
|
|
1241
|
+
...obj.ArrivalTime && { ArrivalTime: import_smithy_client.SENSITIVE_STRING },
|
|
1242
|
+
...obj.DepartureTime && { DepartureTime: import_smithy_client.SENSITIVE_STRING },
|
|
1243
|
+
...obj.Isolines && { Isolines: obj.Isolines.map((item) => IsolineFilterSensitiveLog(item)) },
|
|
1244
|
+
...obj.SnappedDestination && { SnappedDestination: import_smithy_client.SENSITIVE_STRING },
|
|
1245
|
+
...obj.SnappedOrigin && { SnappedOrigin: import_smithy_client.SENSITIVE_STRING }
|
|
1246
|
+
}), "CalculateIsolinesResponseFilterSensitiveLog");
|
|
1247
|
+
var RouteMatrixAllowOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1248
|
+
...obj,
|
|
1249
|
+
...obj.Hot && { Hot: import_smithy_client.SENSITIVE_STRING },
|
|
1250
|
+
...obj.Hov && { Hov: import_smithy_client.SENSITIVE_STRING }
|
|
1251
|
+
}), "RouteMatrixAllowOptionsFilterSensitiveLog");
|
|
1252
|
+
var RouteMatrixAvoidanceAreaGeometryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1253
|
+
...obj,
|
|
1254
|
+
...obj.BoundingBox && { BoundingBox: import_smithy_client.SENSITIVE_STRING },
|
|
1255
|
+
...obj.Polygon && { Polygon: obj.Polygon.map((item) => import_smithy_client.SENSITIVE_STRING) },
|
|
1256
|
+
...obj.PolylinePolygon && { PolylinePolygon: import_smithy_client.SENSITIVE_STRING }
|
|
1257
|
+
}), "RouteMatrixAvoidanceAreaGeometryFilterSensitiveLog");
|
|
1258
|
+
var RouteMatrixAvoidanceAreaFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1259
|
+
...obj,
|
|
1260
|
+
...obj.Geometry && { Geometry: RouteMatrixAvoidanceAreaGeometryFilterSensitiveLog(obj.Geometry) }
|
|
1261
|
+
}), "RouteMatrixAvoidanceAreaFilterSensitiveLog");
|
|
1262
|
+
var RouteMatrixAvoidanceZoneCategoryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1263
|
+
...obj,
|
|
1264
|
+
...obj.Category && { Category: import_smithy_client.SENSITIVE_STRING }
|
|
1265
|
+
}), "RouteMatrixAvoidanceZoneCategoryFilterSensitiveLog");
|
|
1266
|
+
var RouteMatrixAvoidanceOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1267
|
+
...obj,
|
|
1268
|
+
...obj.Areas && { Areas: obj.Areas.map((item) => RouteMatrixAvoidanceAreaFilterSensitiveLog(item)) },
|
|
1269
|
+
...obj.CarShuttleTrains && { CarShuttleTrains: import_smithy_client.SENSITIVE_STRING },
|
|
1270
|
+
...obj.ControlledAccessHighways && { ControlledAccessHighways: import_smithy_client.SENSITIVE_STRING },
|
|
1271
|
+
...obj.DirtRoads && { DirtRoads: import_smithy_client.SENSITIVE_STRING },
|
|
1272
|
+
...obj.Ferries && { Ferries: import_smithy_client.SENSITIVE_STRING },
|
|
1273
|
+
...obj.TollRoads && { TollRoads: import_smithy_client.SENSITIVE_STRING },
|
|
1274
|
+
...obj.TollTransponders && { TollTransponders: import_smithy_client.SENSITIVE_STRING },
|
|
1275
|
+
...obj.TruckRoadTypes && { TruckRoadTypes: import_smithy_client.SENSITIVE_STRING },
|
|
1276
|
+
...obj.Tunnels && { Tunnels: import_smithy_client.SENSITIVE_STRING },
|
|
1277
|
+
...obj.UTurns && { UTurns: import_smithy_client.SENSITIVE_STRING },
|
|
1278
|
+
...obj.ZoneCategories && {
|
|
1279
|
+
ZoneCategories: obj.ZoneCategories.map((item) => RouteMatrixAvoidanceZoneCategoryFilterSensitiveLog(item))
|
|
1280
|
+
}
|
|
1281
|
+
}), "RouteMatrixAvoidanceOptionsFilterSensitiveLog");
|
|
1282
|
+
var RouteMatrixMatchingOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1283
|
+
...obj,
|
|
1284
|
+
...obj.NameHint && { NameHint: import_smithy_client.SENSITIVE_STRING },
|
|
1285
|
+
...obj.OnRoadThreshold && { OnRoadThreshold: import_smithy_client.SENSITIVE_STRING },
|
|
1286
|
+
...obj.Radius && { Radius: import_smithy_client.SENSITIVE_STRING }
|
|
1287
|
+
}), "RouteMatrixMatchingOptionsFilterSensitiveLog");
|
|
1288
|
+
var RouteMatrixSideOfStreetOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1289
|
+
...obj,
|
|
1290
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING }
|
|
1291
|
+
}), "RouteMatrixSideOfStreetOptionsFilterSensitiveLog");
|
|
1292
|
+
var RouteMatrixDestinationOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1293
|
+
...obj,
|
|
1294
|
+
...obj.AvoidActionsForDistance && { AvoidActionsForDistance: import_smithy_client.SENSITIVE_STRING },
|
|
1295
|
+
...obj.Heading && { Heading: import_smithy_client.SENSITIVE_STRING },
|
|
1296
|
+
...obj.Matching && { Matching: RouteMatrixMatchingOptionsFilterSensitiveLog(obj.Matching) },
|
|
1297
|
+
...obj.SideOfStreet && { SideOfStreet: RouteMatrixSideOfStreetOptionsFilterSensitiveLog(obj.SideOfStreet) }
|
|
1298
|
+
}), "RouteMatrixDestinationOptionsFilterSensitiveLog");
|
|
1299
|
+
var RouteMatrixDestinationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1300
|
+
...obj,
|
|
1301
|
+
...obj.Options && { Options: RouteMatrixDestinationOptionsFilterSensitiveLog(obj.Options) },
|
|
1302
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING }
|
|
1303
|
+
}), "RouteMatrixDestinationFilterSensitiveLog");
|
|
1304
|
+
var RouteMatrixExclusionOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1305
|
+
...obj,
|
|
1306
|
+
...obj.Countries && { Countries: import_smithy_client.SENSITIVE_STRING }
|
|
1307
|
+
}), "RouteMatrixExclusionOptionsFilterSensitiveLog");
|
|
1308
|
+
var RouteMatrixOriginOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1309
|
+
...obj,
|
|
1310
|
+
...obj.AvoidActionsForDistance && { AvoidActionsForDistance: import_smithy_client.SENSITIVE_STRING },
|
|
1311
|
+
...obj.Heading && { Heading: import_smithy_client.SENSITIVE_STRING },
|
|
1312
|
+
...obj.Matching && { Matching: RouteMatrixMatchingOptionsFilterSensitiveLog(obj.Matching) },
|
|
1313
|
+
...obj.SideOfStreet && { SideOfStreet: RouteMatrixSideOfStreetOptionsFilterSensitiveLog(obj.SideOfStreet) }
|
|
1314
|
+
}), "RouteMatrixOriginOptionsFilterSensitiveLog");
|
|
1315
|
+
var RouteMatrixOriginFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1316
|
+
...obj,
|
|
1317
|
+
...obj.Options && { Options: RouteMatrixOriginOptionsFilterSensitiveLog(obj.Options) },
|
|
1318
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING }
|
|
1319
|
+
}), "RouteMatrixOriginFilterSensitiveLog");
|
|
1320
|
+
var RouteMatrixAutoCircleFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1321
|
+
...obj,
|
|
1322
|
+
...obj.Margin && { Margin: import_smithy_client.SENSITIVE_STRING },
|
|
1323
|
+
...obj.MaxRadius && { MaxRadius: import_smithy_client.SENSITIVE_STRING }
|
|
1324
|
+
}), "RouteMatrixAutoCircleFilterSensitiveLog");
|
|
1325
|
+
var CircleFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1326
|
+
...obj,
|
|
1327
|
+
...obj.Center && { Center: import_smithy_client.SENSITIVE_STRING },
|
|
1328
|
+
...obj.Radius && { Radius: import_smithy_client.SENSITIVE_STRING }
|
|
1329
|
+
}), "CircleFilterSensitiveLog");
|
|
1330
|
+
var RouteMatrixBoundaryGeometryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1331
|
+
...obj,
|
|
1332
|
+
...obj.AutoCircle && { AutoCircle: RouteMatrixAutoCircleFilterSensitiveLog(obj.AutoCircle) },
|
|
1333
|
+
...obj.Circle && { Circle: import_smithy_client.SENSITIVE_STRING },
|
|
1334
|
+
...obj.BoundingBox && { BoundingBox: import_smithy_client.SENSITIVE_STRING },
|
|
1335
|
+
...obj.Polygon && { Polygon: obj.Polygon.map((item) => import_smithy_client.SENSITIVE_STRING) }
|
|
1336
|
+
}), "RouteMatrixBoundaryGeometryFilterSensitiveLog");
|
|
1337
|
+
var RouteMatrixBoundaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1338
|
+
...obj,
|
|
1339
|
+
...obj.Geometry && { Geometry: RouteMatrixBoundaryGeometryFilterSensitiveLog(obj.Geometry) },
|
|
1340
|
+
...obj.Unbounded && { Unbounded: import_smithy_client.SENSITIVE_STRING }
|
|
1341
|
+
}), "RouteMatrixBoundaryFilterSensitiveLog");
|
|
1342
|
+
var RouteMatrixTrafficOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1343
|
+
...obj,
|
|
1344
|
+
...obj.FlowEventThresholdOverride && { FlowEventThresholdOverride: import_smithy_client.SENSITIVE_STRING }
|
|
1345
|
+
}), "RouteMatrixTrafficOptionsFilterSensitiveLog");
|
|
1346
|
+
var RouteMatrixVehicleLicensePlateFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1347
|
+
...obj
|
|
1348
|
+
}), "RouteMatrixVehicleLicensePlateFilterSensitiveLog");
|
|
1349
|
+
var RouteMatrixCarOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1350
|
+
...obj,
|
|
1351
|
+
...obj.LicensePlate && { LicensePlate: import_smithy_client.SENSITIVE_STRING },
|
|
1352
|
+
...obj.MaxSpeed && { MaxSpeed: import_smithy_client.SENSITIVE_STRING },
|
|
1353
|
+
...obj.Occupancy && { Occupancy: import_smithy_client.SENSITIVE_STRING }
|
|
1354
|
+
}), "RouteMatrixCarOptionsFilterSensitiveLog");
|
|
1355
|
+
var RouteMatrixScooterOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1356
|
+
...obj,
|
|
1357
|
+
...obj.LicensePlate && { LicensePlate: import_smithy_client.SENSITIVE_STRING },
|
|
1358
|
+
...obj.MaxSpeed && { MaxSpeed: import_smithy_client.SENSITIVE_STRING },
|
|
1359
|
+
...obj.Occupancy && { Occupancy: import_smithy_client.SENSITIVE_STRING }
|
|
1360
|
+
}), "RouteMatrixScooterOptionsFilterSensitiveLog");
|
|
1361
|
+
var RouteMatrixTrailerOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1362
|
+
...obj,
|
|
1363
|
+
...obj.TrailerCount && { TrailerCount: import_smithy_client.SENSITIVE_STRING }
|
|
1364
|
+
}), "RouteMatrixTrailerOptionsFilterSensitiveLog");
|
|
1365
|
+
var RouteMatrixTruckOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1366
|
+
...obj,
|
|
1367
|
+
...obj.AxleCount && { AxleCount: import_smithy_client.SENSITIVE_STRING },
|
|
1368
|
+
...obj.GrossWeight && { GrossWeight: import_smithy_client.SENSITIVE_STRING },
|
|
1369
|
+
...obj.HazardousCargos && { HazardousCargos: import_smithy_client.SENSITIVE_STRING },
|
|
1370
|
+
...obj.Height && { Height: import_smithy_client.SENSITIVE_STRING },
|
|
1371
|
+
...obj.KpraLength && { KpraLength: import_smithy_client.SENSITIVE_STRING },
|
|
1372
|
+
...obj.Length && { Length: import_smithy_client.SENSITIVE_STRING },
|
|
1373
|
+
...obj.LicensePlate && { LicensePlate: import_smithy_client.SENSITIVE_STRING },
|
|
1374
|
+
...obj.MaxSpeed && { MaxSpeed: import_smithy_client.SENSITIVE_STRING },
|
|
1375
|
+
...obj.Occupancy && { Occupancy: import_smithy_client.SENSITIVE_STRING },
|
|
1376
|
+
...obj.PayloadCapacity && { PayloadCapacity: import_smithy_client.SENSITIVE_STRING },
|
|
1377
|
+
...obj.Trailer && { Trailer: RouteMatrixTrailerOptionsFilterSensitiveLog(obj.Trailer) },
|
|
1378
|
+
...obj.TruckType && { TruckType: import_smithy_client.SENSITIVE_STRING },
|
|
1379
|
+
...obj.TunnelRestrictionCode && { TunnelRestrictionCode: import_smithy_client.SENSITIVE_STRING },
|
|
1380
|
+
...obj.WeightPerAxle && { WeightPerAxle: import_smithy_client.SENSITIVE_STRING },
|
|
1381
|
+
...obj.WeightPerAxleGroup && { WeightPerAxleGroup: WeightPerAxleGroupFilterSensitiveLog(obj.WeightPerAxleGroup) },
|
|
1382
|
+
...obj.Width && { Width: import_smithy_client.SENSITIVE_STRING }
|
|
1383
|
+
}), "RouteMatrixTruckOptionsFilterSensitiveLog");
|
|
1384
|
+
var RouteMatrixTravelModeOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1385
|
+
...obj,
|
|
1386
|
+
...obj.Car && { Car: RouteMatrixCarOptionsFilterSensitiveLog(obj.Car) },
|
|
1387
|
+
...obj.Scooter && { Scooter: RouteMatrixScooterOptionsFilterSensitiveLog(obj.Scooter) },
|
|
1388
|
+
...obj.Truck && { Truck: RouteMatrixTruckOptionsFilterSensitiveLog(obj.Truck) }
|
|
1389
|
+
}), "RouteMatrixTravelModeOptionsFilterSensitiveLog");
|
|
1390
|
+
var CalculateRouteMatrixRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1391
|
+
...obj,
|
|
1392
|
+
...obj.Allow && { Allow: import_smithy_client.SENSITIVE_STRING },
|
|
1393
|
+
...obj.Avoid && { Avoid: RouteMatrixAvoidanceOptionsFilterSensitiveLog(obj.Avoid) },
|
|
1394
|
+
...obj.DepartNow && { DepartNow: import_smithy_client.SENSITIVE_STRING },
|
|
1395
|
+
...obj.DepartureTime && { DepartureTime: import_smithy_client.SENSITIVE_STRING },
|
|
1396
|
+
...obj.Destinations && {
|
|
1397
|
+
Destinations: obj.Destinations.map((item) => RouteMatrixDestinationFilterSensitiveLog(item))
|
|
1398
|
+
},
|
|
1399
|
+
...obj.Exclude && { Exclude: RouteMatrixExclusionOptionsFilterSensitiveLog(obj.Exclude) },
|
|
1400
|
+
...obj.Key && { Key: import_smithy_client.SENSITIVE_STRING },
|
|
1401
|
+
...obj.Origins && { Origins: obj.Origins.map((item) => RouteMatrixOriginFilterSensitiveLog(item)) },
|
|
1402
|
+
...obj.RoutingBoundary && { RoutingBoundary: RouteMatrixBoundaryFilterSensitiveLog(obj.RoutingBoundary) },
|
|
1403
|
+
...obj.Traffic && { Traffic: RouteMatrixTrafficOptionsFilterSensitiveLog(obj.Traffic) },
|
|
1404
|
+
...obj.TravelModeOptions && {
|
|
1405
|
+
TravelModeOptions: RouteMatrixTravelModeOptionsFilterSensitiveLog(obj.TravelModeOptions)
|
|
1406
|
+
}
|
|
1407
|
+
}), "CalculateRouteMatrixRequestFilterSensitiveLog");
|
|
1408
|
+
var RouteMatrixEntryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1409
|
+
...obj,
|
|
1410
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
1411
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING }
|
|
1412
|
+
}), "RouteMatrixEntryFilterSensitiveLog");
|
|
1413
|
+
var CalculateRouteMatrixResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1414
|
+
...obj,
|
|
1415
|
+
...obj.RouteMatrix && {
|
|
1416
|
+
RouteMatrix: obj.RouteMatrix.map((item) => item.map((item2) => RouteMatrixEntryFilterSensitiveLog(item2)))
|
|
1417
|
+
},
|
|
1418
|
+
...obj.RoutingBoundary && { RoutingBoundary: RouteMatrixBoundaryFilterSensitiveLog(obj.RoutingBoundary) }
|
|
1419
|
+
}), "CalculateRouteMatrixResponseFilterSensitiveLog");
|
|
1420
|
+
var RouteAllowOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1421
|
+
...obj,
|
|
1422
|
+
...obj.Hot && { Hot: import_smithy_client.SENSITIVE_STRING },
|
|
1423
|
+
...obj.Hov && { Hov: import_smithy_client.SENSITIVE_STRING }
|
|
1424
|
+
}), "RouteAllowOptionsFilterSensitiveLog");
|
|
1425
|
+
var RouteAvoidanceAreaGeometryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1426
|
+
...obj,
|
|
1427
|
+
...obj.Corridor && { Corridor: import_smithy_client.SENSITIVE_STRING },
|
|
1428
|
+
...obj.BoundingBox && { BoundingBox: import_smithy_client.SENSITIVE_STRING },
|
|
1429
|
+
...obj.Polygon && { Polygon: obj.Polygon.map((item) => import_smithy_client.SENSITIVE_STRING) },
|
|
1430
|
+
...obj.PolylineCorridor && { PolylineCorridor: import_smithy_client.SENSITIVE_STRING },
|
|
1431
|
+
...obj.PolylinePolygon && { PolylinePolygon: import_smithy_client.SENSITIVE_STRING }
|
|
1432
|
+
}), "RouteAvoidanceAreaGeometryFilterSensitiveLog");
|
|
1433
|
+
var RouteAvoidanceAreaFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1434
|
+
...obj,
|
|
1435
|
+
...obj.Except && { Except: obj.Except.map((item) => RouteAvoidanceAreaGeometryFilterSensitiveLog(item)) },
|
|
1436
|
+
...obj.Geometry && { Geometry: RouteAvoidanceAreaGeometryFilterSensitiveLog(obj.Geometry) }
|
|
1437
|
+
}), "RouteAvoidanceAreaFilterSensitiveLog");
|
|
1438
|
+
var RouteAvoidanceZoneCategoryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1439
|
+
...obj,
|
|
1440
|
+
...obj.Category && { Category: import_smithy_client.SENSITIVE_STRING }
|
|
1441
|
+
}), "RouteAvoidanceZoneCategoryFilterSensitiveLog");
|
|
1442
|
+
var RouteAvoidanceOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1443
|
+
...obj,
|
|
1444
|
+
...obj.Areas && { Areas: obj.Areas.map((item) => RouteAvoidanceAreaFilterSensitiveLog(item)) },
|
|
1445
|
+
...obj.CarShuttleTrains && { CarShuttleTrains: import_smithy_client.SENSITIVE_STRING },
|
|
1446
|
+
...obj.ControlledAccessHighways && { ControlledAccessHighways: import_smithy_client.SENSITIVE_STRING },
|
|
1447
|
+
...obj.DirtRoads && { DirtRoads: import_smithy_client.SENSITIVE_STRING },
|
|
1448
|
+
...obj.Ferries && { Ferries: import_smithy_client.SENSITIVE_STRING },
|
|
1449
|
+
...obj.SeasonalClosure && { SeasonalClosure: import_smithy_client.SENSITIVE_STRING },
|
|
1450
|
+
...obj.TollRoads && { TollRoads: import_smithy_client.SENSITIVE_STRING },
|
|
1451
|
+
...obj.TollTransponders && { TollTransponders: import_smithy_client.SENSITIVE_STRING },
|
|
1452
|
+
...obj.TruckRoadTypes && { TruckRoadTypes: import_smithy_client.SENSITIVE_STRING },
|
|
1453
|
+
...obj.Tunnels && { Tunnels: import_smithy_client.SENSITIVE_STRING },
|
|
1454
|
+
...obj.UTurns && { UTurns: import_smithy_client.SENSITIVE_STRING },
|
|
1455
|
+
...obj.ZoneCategories && {
|
|
1456
|
+
ZoneCategories: obj.ZoneCategories.map((item) => RouteAvoidanceZoneCategoryFilterSensitiveLog(item))
|
|
1457
|
+
}
|
|
1458
|
+
}), "RouteAvoidanceOptionsFilterSensitiveLog");
|
|
1459
|
+
var RouteMatchingOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1460
|
+
...obj,
|
|
1461
|
+
...obj.NameHint && { NameHint: import_smithy_client.SENSITIVE_STRING },
|
|
1462
|
+
...obj.OnRoadThreshold && { OnRoadThreshold: import_smithy_client.SENSITIVE_STRING },
|
|
1463
|
+
...obj.Radius && { Radius: import_smithy_client.SENSITIVE_STRING }
|
|
1464
|
+
}), "RouteMatchingOptionsFilterSensitiveLog");
|
|
1465
|
+
var RouteSideOfStreetOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1466
|
+
...obj,
|
|
1467
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING }
|
|
1468
|
+
}), "RouteSideOfStreetOptionsFilterSensitiveLog");
|
|
1469
|
+
var RouteDestinationOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1470
|
+
...obj,
|
|
1471
|
+
...obj.AvoidActionsForDistance && { AvoidActionsForDistance: import_smithy_client.SENSITIVE_STRING },
|
|
1472
|
+
...obj.AvoidUTurns && { AvoidUTurns: import_smithy_client.SENSITIVE_STRING },
|
|
1473
|
+
...obj.Heading && { Heading: import_smithy_client.SENSITIVE_STRING },
|
|
1474
|
+
...obj.Matching && { Matching: RouteMatchingOptionsFilterSensitiveLog(obj.Matching) },
|
|
1475
|
+
...obj.SideOfStreet && { SideOfStreet: RouteSideOfStreetOptionsFilterSensitiveLog(obj.SideOfStreet) },
|
|
1476
|
+
...obj.StopDuration && { StopDuration: import_smithy_client.SENSITIVE_STRING }
|
|
1477
|
+
}), "RouteDestinationOptionsFilterSensitiveLog");
|
|
1478
|
+
var RouteDriverScheduleIntervalFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1479
|
+
...obj,
|
|
1480
|
+
...obj.DriveDuration && { DriveDuration: import_smithy_client.SENSITIVE_STRING },
|
|
1481
|
+
...obj.RestDuration && { RestDuration: import_smithy_client.SENSITIVE_STRING }
|
|
1482
|
+
}), "RouteDriverScheduleIntervalFilterSensitiveLog");
|
|
1483
|
+
var RouteDriverOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1484
|
+
...obj,
|
|
1485
|
+
...obj.Schedule && { Schedule: obj.Schedule.map((item) => RouteDriverScheduleIntervalFilterSensitiveLog(item)) }
|
|
1486
|
+
}), "RouteDriverOptionsFilterSensitiveLog");
|
|
1487
|
+
var RouteExclusionOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1488
|
+
...obj,
|
|
1489
|
+
...obj.Countries && { Countries: import_smithy_client.SENSITIVE_STRING }
|
|
1490
|
+
}), "RouteExclusionOptionsFilterSensitiveLog");
|
|
1491
|
+
var RouteOriginOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1492
|
+
...obj,
|
|
1493
|
+
...obj.AvoidActionsForDistance && { AvoidActionsForDistance: import_smithy_client.SENSITIVE_STRING },
|
|
1494
|
+
...obj.AvoidUTurns && { AvoidUTurns: import_smithy_client.SENSITIVE_STRING },
|
|
1495
|
+
...obj.Heading && { Heading: import_smithy_client.SENSITIVE_STRING },
|
|
1496
|
+
...obj.Matching && { Matching: RouteMatchingOptionsFilterSensitiveLog(obj.Matching) },
|
|
1497
|
+
...obj.SideOfStreet && { SideOfStreet: RouteSideOfStreetOptionsFilterSensitiveLog(obj.SideOfStreet) }
|
|
1498
|
+
}), "RouteOriginOptionsFilterSensitiveLog");
|
|
1499
|
+
var RouteEmissionTypeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1500
|
+
...obj,
|
|
1501
|
+
...obj.Co2EmissionClass && { Co2EmissionClass: import_smithy_client.SENSITIVE_STRING },
|
|
1502
|
+
...obj.Type && { Type: import_smithy_client.SENSITIVE_STRING }
|
|
1503
|
+
}), "RouteEmissionTypeFilterSensitiveLog");
|
|
1504
|
+
var RouteTollOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1505
|
+
...obj,
|
|
1506
|
+
...obj.AllTransponders && { AllTransponders: import_smithy_client.SENSITIVE_STRING },
|
|
1507
|
+
...obj.AllVignettes && { AllVignettes: import_smithy_client.SENSITIVE_STRING },
|
|
1508
|
+
...obj.EmissionType && { EmissionType: RouteEmissionTypeFilterSensitiveLog(obj.EmissionType) },
|
|
1509
|
+
...obj.VehicleCategory && { VehicleCategory: import_smithy_client.SENSITIVE_STRING }
|
|
1510
|
+
}), "RouteTollOptionsFilterSensitiveLog");
|
|
1511
|
+
var RouteTrafficOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1512
|
+
...obj,
|
|
1513
|
+
...obj.FlowEventThresholdOverride && { FlowEventThresholdOverride: import_smithy_client.SENSITIVE_STRING }
|
|
1514
|
+
}), "RouteTrafficOptionsFilterSensitiveLog");
|
|
1515
|
+
var RouteVehicleLicensePlateFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1516
|
+
...obj,
|
|
1517
|
+
...obj.LastCharacter && { LastCharacter: import_smithy_client.SENSITIVE_STRING }
|
|
1518
|
+
}), "RouteVehicleLicensePlateFilterSensitiveLog");
|
|
1519
|
+
var RouteCarOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1520
|
+
...obj,
|
|
1521
|
+
...obj.EngineType && { EngineType: import_smithy_client.SENSITIVE_STRING },
|
|
1522
|
+
...obj.LicensePlate && { LicensePlate: RouteVehicleLicensePlateFilterSensitiveLog(obj.LicensePlate) },
|
|
1523
|
+
...obj.MaxSpeed && { MaxSpeed: import_smithy_client.SENSITIVE_STRING },
|
|
1524
|
+
...obj.Occupancy && { Occupancy: import_smithy_client.SENSITIVE_STRING }
|
|
1525
|
+
}), "RouteCarOptionsFilterSensitiveLog");
|
|
1526
|
+
var RoutePedestrianOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1527
|
+
...obj,
|
|
1528
|
+
...obj.Speed && { Speed: import_smithy_client.SENSITIVE_STRING }
|
|
1529
|
+
}), "RoutePedestrianOptionsFilterSensitiveLog");
|
|
1530
|
+
var RouteScooterOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1531
|
+
...obj,
|
|
1532
|
+
...obj.EngineType && { EngineType: import_smithy_client.SENSITIVE_STRING },
|
|
1533
|
+
...obj.LicensePlate && { LicensePlate: RouteVehicleLicensePlateFilterSensitiveLog(obj.LicensePlate) },
|
|
1534
|
+
...obj.MaxSpeed && { MaxSpeed: import_smithy_client.SENSITIVE_STRING },
|
|
1535
|
+
...obj.Occupancy && { Occupancy: import_smithy_client.SENSITIVE_STRING }
|
|
1536
|
+
}), "RouteScooterOptionsFilterSensitiveLog");
|
|
1537
|
+
var RouteTrailerOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1538
|
+
...obj,
|
|
1539
|
+
...obj.AxleCount && { AxleCount: import_smithy_client.SENSITIVE_STRING },
|
|
1540
|
+
...obj.TrailerCount && { TrailerCount: import_smithy_client.SENSITIVE_STRING }
|
|
1541
|
+
}), "RouteTrailerOptionsFilterSensitiveLog");
|
|
1542
|
+
var RouteTruckOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1543
|
+
...obj,
|
|
1544
|
+
...obj.AxleCount && { AxleCount: import_smithy_client.SENSITIVE_STRING },
|
|
1545
|
+
...obj.EngineType && { EngineType: import_smithy_client.SENSITIVE_STRING },
|
|
1546
|
+
...obj.GrossWeight && { GrossWeight: import_smithy_client.SENSITIVE_STRING },
|
|
1547
|
+
...obj.HazardousCargos && { HazardousCargos: import_smithy_client.SENSITIVE_STRING },
|
|
1548
|
+
...obj.Height && { Height: import_smithy_client.SENSITIVE_STRING },
|
|
1549
|
+
...obj.HeightAboveFirstAxle && { HeightAboveFirstAxle: import_smithy_client.SENSITIVE_STRING },
|
|
1550
|
+
...obj.KpraLength && { KpraLength: import_smithy_client.SENSITIVE_STRING },
|
|
1551
|
+
...obj.Length && { Length: import_smithy_client.SENSITIVE_STRING },
|
|
1552
|
+
...obj.LicensePlate && { LicensePlate: RouteVehicleLicensePlateFilterSensitiveLog(obj.LicensePlate) },
|
|
1553
|
+
...obj.MaxSpeed && { MaxSpeed: import_smithy_client.SENSITIVE_STRING },
|
|
1554
|
+
...obj.Occupancy && { Occupancy: import_smithy_client.SENSITIVE_STRING },
|
|
1555
|
+
...obj.PayloadCapacity && { PayloadCapacity: import_smithy_client.SENSITIVE_STRING },
|
|
1556
|
+
...obj.TireCount && { TireCount: import_smithy_client.SENSITIVE_STRING },
|
|
1557
|
+
...obj.Trailer && { Trailer: RouteTrailerOptionsFilterSensitiveLog(obj.Trailer) },
|
|
1558
|
+
...obj.TruckType && { TruckType: import_smithy_client.SENSITIVE_STRING },
|
|
1559
|
+
...obj.TunnelRestrictionCode && { TunnelRestrictionCode: import_smithy_client.SENSITIVE_STRING },
|
|
1560
|
+
...obj.WeightPerAxle && { WeightPerAxle: import_smithy_client.SENSITIVE_STRING },
|
|
1561
|
+
...obj.WeightPerAxleGroup && { WeightPerAxleGroup: WeightPerAxleGroupFilterSensitiveLog(obj.WeightPerAxleGroup) },
|
|
1562
|
+
...obj.Width && { Width: import_smithy_client.SENSITIVE_STRING }
|
|
1563
|
+
}), "RouteTruckOptionsFilterSensitiveLog");
|
|
1564
|
+
var RouteTravelModeOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1565
|
+
...obj,
|
|
1566
|
+
...obj.Car && { Car: RouteCarOptionsFilterSensitiveLog(obj.Car) },
|
|
1567
|
+
...obj.Pedestrian && { Pedestrian: RoutePedestrianOptionsFilterSensitiveLog(obj.Pedestrian) },
|
|
1568
|
+
...obj.Scooter && { Scooter: RouteScooterOptionsFilterSensitiveLog(obj.Scooter) },
|
|
1569
|
+
...obj.Truck && { Truck: RouteTruckOptionsFilterSensitiveLog(obj.Truck) }
|
|
1570
|
+
}), "RouteTravelModeOptionsFilterSensitiveLog");
|
|
1571
|
+
var RouteWaypointFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1572
|
+
...obj,
|
|
1573
|
+
...obj.AvoidActionsForDistance && { AvoidActionsForDistance: import_smithy_client.SENSITIVE_STRING },
|
|
1574
|
+
...obj.AvoidUTurns && { AvoidUTurns: import_smithy_client.SENSITIVE_STRING },
|
|
1575
|
+
...obj.Heading && { Heading: import_smithy_client.SENSITIVE_STRING },
|
|
1576
|
+
...obj.Matching && { Matching: RouteMatchingOptionsFilterSensitiveLog(obj.Matching) },
|
|
1577
|
+
...obj.PassThrough && { PassThrough: import_smithy_client.SENSITIVE_STRING },
|
|
1578
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING },
|
|
1579
|
+
...obj.SideOfStreet && { SideOfStreet: RouteSideOfStreetOptionsFilterSensitiveLog(obj.SideOfStreet) },
|
|
1580
|
+
...obj.StopDuration && { StopDuration: import_smithy_client.SENSITIVE_STRING }
|
|
1581
|
+
}), "RouteWaypointFilterSensitiveLog");
|
|
1582
|
+
var CalculateRoutesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1583
|
+
...obj,
|
|
1584
|
+
...obj.Allow && { Allow: RouteAllowOptionsFilterSensitiveLog(obj.Allow) },
|
|
1585
|
+
...obj.ArrivalTime && { ArrivalTime: import_smithy_client.SENSITIVE_STRING },
|
|
1586
|
+
...obj.Avoid && { Avoid: RouteAvoidanceOptionsFilterSensitiveLog(obj.Avoid) },
|
|
1587
|
+
...obj.DepartNow && { DepartNow: import_smithy_client.SENSITIVE_STRING },
|
|
1588
|
+
...obj.DepartureTime && { DepartureTime: import_smithy_client.SENSITIVE_STRING },
|
|
1589
|
+
...obj.Destination && { Destination: import_smithy_client.SENSITIVE_STRING },
|
|
1590
|
+
...obj.DestinationOptions && {
|
|
1591
|
+
DestinationOptions: RouteDestinationOptionsFilterSensitiveLog(obj.DestinationOptions)
|
|
1592
|
+
},
|
|
1593
|
+
...obj.Driver && { Driver: RouteDriverOptionsFilterSensitiveLog(obj.Driver) },
|
|
1594
|
+
...obj.Exclude && { Exclude: RouteExclusionOptionsFilterSensitiveLog(obj.Exclude) },
|
|
1595
|
+
...obj.Key && { Key: import_smithy_client.SENSITIVE_STRING },
|
|
1596
|
+
...obj.LegAdditionalFeatures && { LegAdditionalFeatures: import_smithy_client.SENSITIVE_STRING },
|
|
1597
|
+
...obj.Origin && { Origin: import_smithy_client.SENSITIVE_STRING },
|
|
1598
|
+
...obj.OriginOptions && { OriginOptions: RouteOriginOptionsFilterSensitiveLog(obj.OriginOptions) },
|
|
1599
|
+
...obj.Tolls && { Tolls: RouteTollOptionsFilterSensitiveLog(obj.Tolls) },
|
|
1600
|
+
...obj.Traffic && { Traffic: RouteTrafficOptionsFilterSensitiveLog(obj.Traffic) },
|
|
1601
|
+
...obj.TravelModeOptions && { TravelModeOptions: RouteTravelModeOptionsFilterSensitiveLog(obj.TravelModeOptions) },
|
|
1602
|
+
...obj.Waypoints && { Waypoints: obj.Waypoints.map((item) => RouteWaypointFilterSensitiveLog(item)) }
|
|
1603
|
+
}), "CalculateRoutesRequestFilterSensitiveLog");
|
|
1604
|
+
var RouteFerryAfterTravelStepFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1605
|
+
...obj,
|
|
1606
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING },
|
|
1607
|
+
...obj.Instruction && { Instruction: import_smithy_client.SENSITIVE_STRING },
|
|
1608
|
+
...obj.Type && { Type: import_smithy_client.SENSITIVE_STRING }
|
|
1609
|
+
}), "RouteFerryAfterTravelStepFilterSensitiveLog");
|
|
1610
|
+
var RouteFerryPlaceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1611
|
+
...obj,
|
|
1612
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
1613
|
+
...obj.OriginalPosition && { OriginalPosition: import_smithy_client.SENSITIVE_STRING },
|
|
1614
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING },
|
|
1615
|
+
...obj.WaypointIndex && { WaypointIndex: import_smithy_client.SENSITIVE_STRING }
|
|
1616
|
+
}), "RouteFerryPlaceFilterSensitiveLog");
|
|
1617
|
+
var RouteFerryArrivalFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1618
|
+
...obj,
|
|
1619
|
+
...obj.Place && { Place: RouteFerryPlaceFilterSensitiveLog(obj.Place) },
|
|
1620
|
+
...obj.Time && { Time: import_smithy_client.SENSITIVE_STRING }
|
|
1621
|
+
}), "RouteFerryArrivalFilterSensitiveLog");
|
|
1622
|
+
var RouteFerryBeforeTravelStepFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1623
|
+
...obj,
|
|
1624
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING },
|
|
1625
|
+
...obj.Instruction && { Instruction: import_smithy_client.SENSITIVE_STRING },
|
|
1626
|
+
...obj.Type && { Type: import_smithy_client.SENSITIVE_STRING }
|
|
1627
|
+
}), "RouteFerryBeforeTravelStepFilterSensitiveLog");
|
|
1628
|
+
var RouteFerryDepartureFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1629
|
+
...obj,
|
|
1630
|
+
...obj.Place && { Place: RouteFerryPlaceFilterSensitiveLog(obj.Place) },
|
|
1631
|
+
...obj.Time && { Time: import_smithy_client.SENSITIVE_STRING }
|
|
1632
|
+
}), "RouteFerryDepartureFilterSensitiveLog");
|
|
1633
|
+
var RoutePassThroughPlaceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1634
|
+
...obj,
|
|
1635
|
+
...obj.OriginalPosition && { OriginalPosition: import_smithy_client.SENSITIVE_STRING },
|
|
1636
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING },
|
|
1637
|
+
...obj.WaypointIndex && { WaypointIndex: import_smithy_client.SENSITIVE_STRING }
|
|
1638
|
+
}), "RoutePassThroughPlaceFilterSensitiveLog");
|
|
1639
|
+
var RoutePassThroughWaypointFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1640
|
+
...obj,
|
|
1641
|
+
...obj.Place && { Place: RoutePassThroughPlaceFilterSensitiveLog(obj.Place) }
|
|
1642
|
+
}), "RoutePassThroughWaypointFilterSensitiveLog");
|
|
1643
|
+
var LocalizedStringFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1644
|
+
...obj,
|
|
1645
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
1646
|
+
}), "LocalizedStringFilterSensitiveLog");
|
|
1647
|
+
var RouteFerrySpanFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1648
|
+
...obj,
|
|
1649
|
+
...obj.Country && { Country: import_smithy_client.SENSITIVE_STRING },
|
|
1650
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
1651
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING },
|
|
1652
|
+
...obj.Names && { Names: obj.Names.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
1653
|
+
...obj.Region && { Region: import_smithy_client.SENSITIVE_STRING }
|
|
1654
|
+
}), "RouteFerrySpanFilterSensitiveLog");
|
|
1655
|
+
var RouteFerryOverviewSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1656
|
+
...obj,
|
|
1657
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
1658
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING }
|
|
1659
|
+
}), "RouteFerryOverviewSummaryFilterSensitiveLog");
|
|
1660
|
+
var RouteFerryTravelOnlySummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1661
|
+
...obj,
|
|
1662
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING }
|
|
1663
|
+
}), "RouteFerryTravelOnlySummaryFilterSensitiveLog");
|
|
1664
|
+
var RouteFerrySummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1665
|
+
...obj,
|
|
1666
|
+
...obj.Overview && { Overview: RouteFerryOverviewSummaryFilterSensitiveLog(obj.Overview) },
|
|
1667
|
+
...obj.TravelOnly && { TravelOnly: RouteFerryTravelOnlySummaryFilterSensitiveLog(obj.TravelOnly) }
|
|
1668
|
+
}), "RouteFerrySummaryFilterSensitiveLog");
|
|
1669
|
+
var RouteFerryTravelStepFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1670
|
+
...obj,
|
|
1671
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
1672
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING },
|
|
1673
|
+
...obj.Instruction && { Instruction: import_smithy_client.SENSITIVE_STRING },
|
|
1674
|
+
...obj.Type && { Type: import_smithy_client.SENSITIVE_STRING }
|
|
1675
|
+
}), "RouteFerryTravelStepFilterSensitiveLog");
|
|
1676
|
+
var RouteFerryLegDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1677
|
+
...obj,
|
|
1678
|
+
...obj.AfterTravelSteps && {
|
|
1679
|
+
AfterTravelSteps: obj.AfterTravelSteps.map((item) => RouteFerryAfterTravelStepFilterSensitiveLog(item))
|
|
1680
|
+
},
|
|
1681
|
+
...obj.Arrival && { Arrival: RouteFerryArrivalFilterSensitiveLog(obj.Arrival) },
|
|
1682
|
+
...obj.BeforeTravelSteps && {
|
|
1683
|
+
BeforeTravelSteps: obj.BeforeTravelSteps.map((item) => RouteFerryBeforeTravelStepFilterSensitiveLog(item))
|
|
1684
|
+
},
|
|
1685
|
+
...obj.Departure && { Departure: RouteFerryDepartureFilterSensitiveLog(obj.Departure) },
|
|
1686
|
+
...obj.PassThroughWaypoints && {
|
|
1687
|
+
PassThroughWaypoints: obj.PassThroughWaypoints.map((item) => RoutePassThroughWaypointFilterSensitiveLog(item))
|
|
1688
|
+
},
|
|
1689
|
+
...obj.RouteName && { RouteName: import_smithy_client.SENSITIVE_STRING },
|
|
1690
|
+
...obj.Spans && { Spans: obj.Spans.map((item) => RouteFerrySpanFilterSensitiveLog(item)) },
|
|
1691
|
+
...obj.Summary && { Summary: RouteFerrySummaryFilterSensitiveLog(obj.Summary) },
|
|
1692
|
+
...obj.TravelSteps && { TravelSteps: obj.TravelSteps.map((item) => RouteFerryTravelStepFilterSensitiveLog(item)) }
|
|
1693
|
+
}), "RouteFerryLegDetailsFilterSensitiveLog");
|
|
1694
|
+
var RouteLegGeometryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1695
|
+
...obj,
|
|
1696
|
+
...obj.LineString && { LineString: import_smithy_client.SENSITIVE_STRING },
|
|
1697
|
+
...obj.Polyline && { Polyline: import_smithy_client.SENSITIVE_STRING }
|
|
1698
|
+
}), "RouteLegGeometryFilterSensitiveLog");
|
|
1699
|
+
var RoutePedestrianPlaceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1700
|
+
...obj,
|
|
1701
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
1702
|
+
...obj.OriginalPosition && { OriginalPosition: import_smithy_client.SENSITIVE_STRING },
|
|
1703
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING },
|
|
1704
|
+
...obj.SideOfStreet && { SideOfStreet: import_smithy_client.SENSITIVE_STRING },
|
|
1705
|
+
...obj.WaypointIndex && { WaypointIndex: import_smithy_client.SENSITIVE_STRING }
|
|
1706
|
+
}), "RoutePedestrianPlaceFilterSensitiveLog");
|
|
1707
|
+
var RoutePedestrianArrivalFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1708
|
+
...obj,
|
|
1709
|
+
...obj.Place && { Place: RoutePedestrianPlaceFilterSensitiveLog(obj.Place) },
|
|
1710
|
+
...obj.Time && { Time: import_smithy_client.SENSITIVE_STRING }
|
|
1711
|
+
}), "RoutePedestrianArrivalFilterSensitiveLog");
|
|
1712
|
+
var RoutePedestrianDepartureFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1713
|
+
...obj,
|
|
1714
|
+
...obj.Place && { Place: RoutePedestrianPlaceFilterSensitiveLog(obj.Place) },
|
|
1715
|
+
...obj.Time && { Time: import_smithy_client.SENSITIVE_STRING }
|
|
1716
|
+
}), "RoutePedestrianDepartureFilterSensitiveLog");
|
|
1717
|
+
var RouteSpanDynamicSpeedDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1718
|
+
...obj,
|
|
1719
|
+
...obj.BestCaseSpeed && { BestCaseSpeed: import_smithy_client.SENSITIVE_STRING },
|
|
1720
|
+
...obj.TurnDuration && { TurnDuration: import_smithy_client.SENSITIVE_STRING },
|
|
1721
|
+
...obj.TypicalSpeed && { TypicalSpeed: import_smithy_client.SENSITIVE_STRING }
|
|
1722
|
+
}), "RouteSpanDynamicSpeedDetailsFilterSensitiveLog");
|
|
1723
|
+
var RouteNumberFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1724
|
+
...obj,
|
|
1725
|
+
...obj.Direction && { Direction: import_smithy_client.SENSITIVE_STRING },
|
|
1726
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
1727
|
+
}), "RouteNumberFilterSensitiveLog");
|
|
1728
|
+
var RouteSpanSpeedLimitDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1729
|
+
...obj,
|
|
1730
|
+
...obj.MaxSpeed && { MaxSpeed: import_smithy_client.SENSITIVE_STRING },
|
|
1731
|
+
...obj.Unlimited && { Unlimited: import_smithy_client.SENSITIVE_STRING }
|
|
1732
|
+
}), "RouteSpanSpeedLimitDetailsFilterSensitiveLog");
|
|
1733
|
+
var RoutePedestrianSpanFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1734
|
+
...obj,
|
|
1735
|
+
...obj.BestCaseDuration && { BestCaseDuration: import_smithy_client.SENSITIVE_STRING },
|
|
1736
|
+
...obj.Country && { Country: import_smithy_client.SENSITIVE_STRING },
|
|
1737
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
1738
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING },
|
|
1739
|
+
...obj.DynamicSpeed && { DynamicSpeed: RouteSpanDynamicSpeedDetailsFilterSensitiveLog(obj.DynamicSpeed) },
|
|
1740
|
+
...obj.FunctionalClassification && { FunctionalClassification: import_smithy_client.SENSITIVE_STRING },
|
|
1741
|
+
...obj.Names && { Names: obj.Names.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
1742
|
+
...obj.PedestrianAccess && { PedestrianAccess: import_smithy_client.SENSITIVE_STRING },
|
|
1743
|
+
...obj.Region && { Region: import_smithy_client.SENSITIVE_STRING },
|
|
1744
|
+
...obj.RoadAttributes && { RoadAttributes: import_smithy_client.SENSITIVE_STRING },
|
|
1745
|
+
...obj.RouteNumbers && { RouteNumbers: obj.RouteNumbers.map((item) => RouteNumberFilterSensitiveLog(item)) },
|
|
1746
|
+
...obj.SpeedLimit && { SpeedLimit: RouteSpanSpeedLimitDetailsFilterSensitiveLog(obj.SpeedLimit) },
|
|
1747
|
+
...obj.TypicalDuration && { TypicalDuration: import_smithy_client.SENSITIVE_STRING }
|
|
1748
|
+
}), "RoutePedestrianSpanFilterSensitiveLog");
|
|
1749
|
+
var RoutePedestrianOverviewSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1750
|
+
...obj,
|
|
1751
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
1752
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING }
|
|
1753
|
+
}), "RoutePedestrianOverviewSummaryFilterSensitiveLog");
|
|
1754
|
+
var RoutePedestrianTravelOnlySummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1755
|
+
...obj,
|
|
1756
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING }
|
|
1757
|
+
}), "RoutePedestrianTravelOnlySummaryFilterSensitiveLog");
|
|
1758
|
+
var RoutePedestrianSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1759
|
+
...obj,
|
|
1760
|
+
...obj.Overview && { Overview: RoutePedestrianOverviewSummaryFilterSensitiveLog(obj.Overview) },
|
|
1761
|
+
...obj.TravelOnly && { TravelOnly: RoutePedestrianTravelOnlySummaryFilterSensitiveLog(obj.TravelOnly) }
|
|
1762
|
+
}), "RoutePedestrianSummaryFilterSensitiveLog");
|
|
1763
|
+
var RouteContinueStepDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1764
|
+
...obj,
|
|
1765
|
+
...obj.Intersection && { Intersection: obj.Intersection.map((item) => LocalizedStringFilterSensitiveLog(item)) }
|
|
1766
|
+
}), "RouteContinueStepDetailsFilterSensitiveLog");
|
|
1767
|
+
var RouteRoadFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1768
|
+
...obj,
|
|
1769
|
+
...obj.RoadName && { RoadName: obj.RoadName.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
1770
|
+
...obj.RouteNumber && { RouteNumber: obj.RouteNumber.map((item) => RouteNumberFilterSensitiveLog(item)) },
|
|
1771
|
+
...obj.Towards && { Towards: obj.Towards.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
1772
|
+
...obj.Type && { Type: import_smithy_client.SENSITIVE_STRING }
|
|
1773
|
+
}), "RouteRoadFilterSensitiveLog");
|
|
1774
|
+
var RouteKeepStepDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1775
|
+
...obj,
|
|
1776
|
+
...obj.Intersection && { Intersection: obj.Intersection.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
1777
|
+
...obj.SteeringDirection && { SteeringDirection: import_smithy_client.SENSITIVE_STRING },
|
|
1778
|
+
...obj.TurnIntensity && { TurnIntensity: import_smithy_client.SENSITIVE_STRING }
|
|
1779
|
+
}), "RouteKeepStepDetailsFilterSensitiveLog");
|
|
1780
|
+
var RouteRoundaboutEnterStepDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1781
|
+
...obj,
|
|
1782
|
+
...obj.Intersection && { Intersection: obj.Intersection.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
1783
|
+
...obj.SteeringDirection && { SteeringDirection: import_smithy_client.SENSITIVE_STRING },
|
|
1784
|
+
...obj.TurnIntensity && { TurnIntensity: import_smithy_client.SENSITIVE_STRING }
|
|
1785
|
+
}), "RouteRoundaboutEnterStepDetailsFilterSensitiveLog");
|
|
1786
|
+
var RouteRoundaboutExitStepDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1787
|
+
...obj,
|
|
1788
|
+
...obj.Intersection && { Intersection: obj.Intersection.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
1789
|
+
...obj.RelativeExit && { RelativeExit: import_smithy_client.SENSITIVE_STRING },
|
|
1790
|
+
...obj.SteeringDirection && { SteeringDirection: import_smithy_client.SENSITIVE_STRING }
|
|
1791
|
+
}), "RouteRoundaboutExitStepDetailsFilterSensitiveLog");
|
|
1792
|
+
var RouteRoundaboutPassStepDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1793
|
+
...obj,
|
|
1794
|
+
...obj.Intersection && { Intersection: obj.Intersection.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
1795
|
+
...obj.SteeringDirection && { SteeringDirection: import_smithy_client.SENSITIVE_STRING },
|
|
1796
|
+
...obj.TurnIntensity && { TurnIntensity: import_smithy_client.SENSITIVE_STRING }
|
|
1797
|
+
}), "RouteRoundaboutPassStepDetailsFilterSensitiveLog");
|
|
1798
|
+
var RouteSignpostLabelFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1799
|
+
...obj,
|
|
1800
|
+
...obj.RouteNumber && { RouteNumber: RouteNumberFilterSensitiveLog(obj.RouteNumber) },
|
|
1801
|
+
...obj.Text && { Text: LocalizedStringFilterSensitiveLog(obj.Text) }
|
|
1802
|
+
}), "RouteSignpostLabelFilterSensitiveLog");
|
|
1803
|
+
var RouteSignpostFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1804
|
+
...obj,
|
|
1805
|
+
...obj.Labels && { Labels: obj.Labels.map((item) => RouteSignpostLabelFilterSensitiveLog(item)) }
|
|
1806
|
+
}), "RouteSignpostFilterSensitiveLog");
|
|
1807
|
+
var RouteTurnStepDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1808
|
+
...obj,
|
|
1809
|
+
...obj.Intersection && { Intersection: obj.Intersection.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
1810
|
+
...obj.SteeringDirection && { SteeringDirection: import_smithy_client.SENSITIVE_STRING },
|
|
1811
|
+
...obj.TurnIntensity && { TurnIntensity: import_smithy_client.SENSITIVE_STRING }
|
|
1812
|
+
}), "RouteTurnStepDetailsFilterSensitiveLog");
|
|
1813
|
+
var RoutePedestrianTravelStepFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1814
|
+
...obj,
|
|
1815
|
+
...obj.ContinueStepDetails && {
|
|
1816
|
+
ContinueStepDetails: RouteContinueStepDetailsFilterSensitiveLog(obj.ContinueStepDetails)
|
|
1817
|
+
},
|
|
1818
|
+
...obj.CurrentRoad && { CurrentRoad: RouteRoadFilterSensitiveLog(obj.CurrentRoad) },
|
|
1819
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
1820
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING },
|
|
1821
|
+
...obj.ExitNumber && { ExitNumber: obj.ExitNumber.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
1822
|
+
...obj.Instruction && { Instruction: import_smithy_client.SENSITIVE_STRING },
|
|
1823
|
+
...obj.KeepStepDetails && { KeepStepDetails: RouteKeepStepDetailsFilterSensitiveLog(obj.KeepStepDetails) },
|
|
1824
|
+
...obj.NextRoad && { NextRoad: RouteRoadFilterSensitiveLog(obj.NextRoad) },
|
|
1825
|
+
...obj.RoundaboutEnterStepDetails && {
|
|
1826
|
+
RoundaboutEnterStepDetails: RouteRoundaboutEnterStepDetailsFilterSensitiveLog(obj.RoundaboutEnterStepDetails)
|
|
1827
|
+
},
|
|
1828
|
+
...obj.RoundaboutExitStepDetails && {
|
|
1829
|
+
RoundaboutExitStepDetails: RouteRoundaboutExitStepDetailsFilterSensitiveLog(obj.RoundaboutExitStepDetails)
|
|
1830
|
+
},
|
|
1831
|
+
...obj.RoundaboutPassStepDetails && {
|
|
1832
|
+
RoundaboutPassStepDetails: RouteRoundaboutPassStepDetailsFilterSensitiveLog(obj.RoundaboutPassStepDetails)
|
|
1833
|
+
},
|
|
1834
|
+
...obj.Signpost && { Signpost: RouteSignpostFilterSensitiveLog(obj.Signpost) },
|
|
1835
|
+
...obj.TurnStepDetails && { TurnStepDetails: RouteTurnStepDetailsFilterSensitiveLog(obj.TurnStepDetails) },
|
|
1836
|
+
...obj.Type && { Type: import_smithy_client.SENSITIVE_STRING }
|
|
1837
|
+
}), "RoutePedestrianTravelStepFilterSensitiveLog");
|
|
1838
|
+
var RoutePedestrianLegDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1839
|
+
...obj,
|
|
1840
|
+
...obj.Arrival && { Arrival: RoutePedestrianArrivalFilterSensitiveLog(obj.Arrival) },
|
|
1841
|
+
...obj.Departure && { Departure: RoutePedestrianDepartureFilterSensitiveLog(obj.Departure) },
|
|
1842
|
+
...obj.PassThroughWaypoints && {
|
|
1843
|
+
PassThroughWaypoints: obj.PassThroughWaypoints.map((item) => RoutePassThroughWaypointFilterSensitiveLog(item))
|
|
1844
|
+
},
|
|
1845
|
+
...obj.Spans && { Spans: obj.Spans.map((item) => RoutePedestrianSpanFilterSensitiveLog(item)) },
|
|
1846
|
+
...obj.Summary && { Summary: RoutePedestrianSummaryFilterSensitiveLog(obj.Summary) },
|
|
1847
|
+
...obj.TravelSteps && {
|
|
1848
|
+
TravelSteps: obj.TravelSteps.map((item) => RoutePedestrianTravelStepFilterSensitiveLog(item))
|
|
1849
|
+
}
|
|
1850
|
+
}), "RoutePedestrianLegDetailsFilterSensitiveLog");
|
|
1851
|
+
var RouteVehiclePlaceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1852
|
+
...obj,
|
|
1853
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
1854
|
+
...obj.OriginalPosition && { OriginalPosition: import_smithy_client.SENSITIVE_STRING },
|
|
1855
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING },
|
|
1856
|
+
...obj.SideOfStreet && { SideOfStreet: import_smithy_client.SENSITIVE_STRING },
|
|
1857
|
+
...obj.WaypointIndex && { WaypointIndex: import_smithy_client.SENSITIVE_STRING }
|
|
1858
|
+
}), "RouteVehiclePlaceFilterSensitiveLog");
|
|
1859
|
+
var RouteVehicleArrivalFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1860
|
+
...obj,
|
|
1861
|
+
...obj.Place && { Place: RouteVehiclePlaceFilterSensitiveLog(obj.Place) },
|
|
1862
|
+
...obj.Time && { Time: import_smithy_client.SENSITIVE_STRING }
|
|
1863
|
+
}), "RouteVehicleArrivalFilterSensitiveLog");
|
|
1864
|
+
var RouteVehicleDepartureFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1865
|
+
...obj,
|
|
1866
|
+
...obj.Place && { Place: RouteVehiclePlaceFilterSensitiveLog(obj.Place) },
|
|
1867
|
+
...obj.Time && { Time: import_smithy_client.SENSITIVE_STRING }
|
|
1868
|
+
}), "RouteVehicleDepartureFilterSensitiveLog");
|
|
1869
|
+
var RouteVehicleIncidentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1870
|
+
...obj,
|
|
1871
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
1872
|
+
...obj.EndTime && { EndTime: import_smithy_client.SENSITIVE_STRING },
|
|
1873
|
+
...obj.Severity && { Severity: import_smithy_client.SENSITIVE_STRING },
|
|
1874
|
+
...obj.StartTime && { StartTime: import_smithy_client.SENSITIVE_STRING },
|
|
1875
|
+
...obj.Type && { Type: import_smithy_client.SENSITIVE_STRING }
|
|
1876
|
+
}), "RouteVehicleIncidentFilterSensitiveLog");
|
|
1877
|
+
var RouteWeightConstraintFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1878
|
+
...obj,
|
|
1879
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
1880
|
+
}), "RouteWeightConstraintFilterSensitiveLog");
|
|
1881
|
+
var RouteViolatedConstraintsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1882
|
+
...obj,
|
|
1883
|
+
...obj.AllHazardsRestricted && { AllHazardsRestricted: import_smithy_client.SENSITIVE_STRING },
|
|
1884
|
+
...obj.HazardousCargos && { HazardousCargos: import_smithy_client.SENSITIVE_STRING },
|
|
1885
|
+
...obj.MaxHeight && { MaxHeight: import_smithy_client.SENSITIVE_STRING },
|
|
1886
|
+
...obj.MaxKpraLength && { MaxKpraLength: import_smithy_client.SENSITIVE_STRING },
|
|
1887
|
+
...obj.MaxLength && { MaxLength: import_smithy_client.SENSITIVE_STRING },
|
|
1888
|
+
...obj.MaxPayloadCapacity && { MaxPayloadCapacity: import_smithy_client.SENSITIVE_STRING },
|
|
1889
|
+
...obj.MaxWeight && { MaxWeight: RouteWeightConstraintFilterSensitiveLog(obj.MaxWeight) },
|
|
1890
|
+
...obj.MaxWeightPerAxle && { MaxWeightPerAxle: import_smithy_client.SENSITIVE_STRING },
|
|
1891
|
+
...obj.MaxWeightPerAxleGroup && {
|
|
1892
|
+
MaxWeightPerAxleGroup: WeightPerAxleGroupFilterSensitiveLog(obj.MaxWeightPerAxleGroup)
|
|
1893
|
+
},
|
|
1894
|
+
...obj.MaxWidth && { MaxWidth: import_smithy_client.SENSITIVE_STRING },
|
|
1895
|
+
...obj.TimeDependent && { TimeDependent: import_smithy_client.SENSITIVE_STRING },
|
|
1896
|
+
...obj.TravelMode && { TravelMode: import_smithy_client.SENSITIVE_STRING },
|
|
1897
|
+
...obj.TruckType && { TruckType: import_smithy_client.SENSITIVE_STRING },
|
|
1898
|
+
...obj.TunnelRestrictionCode && { TunnelRestrictionCode: import_smithy_client.SENSITIVE_STRING }
|
|
1899
|
+
}), "RouteViolatedConstraintsFilterSensitiveLog");
|
|
1900
|
+
var RouteVehicleNoticeDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1901
|
+
...obj,
|
|
1902
|
+
...obj.Title && { Title: import_smithy_client.SENSITIVE_STRING },
|
|
1903
|
+
...obj.ViolatedConstraints && {
|
|
1904
|
+
ViolatedConstraints: RouteViolatedConstraintsFilterSensitiveLog(obj.ViolatedConstraints)
|
|
1905
|
+
}
|
|
1906
|
+
}), "RouteVehicleNoticeDetailFilterSensitiveLog");
|
|
1907
|
+
var RouteVehicleNoticeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1908
|
+
...obj,
|
|
1909
|
+
...obj.Details && { Details: obj.Details.map((item) => RouteVehicleNoticeDetailFilterSensitiveLog(item)) }
|
|
1910
|
+
}), "RouteVehicleNoticeFilterSensitiveLog");
|
|
1911
|
+
var RouteVehicleSpanFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1912
|
+
...obj,
|
|
1913
|
+
...obj.BestCaseDuration && { BestCaseDuration: import_smithy_client.SENSITIVE_STRING },
|
|
1914
|
+
...obj.CarAccess && { CarAccess: import_smithy_client.SENSITIVE_STRING },
|
|
1915
|
+
...obj.Country && { Country: import_smithy_client.SENSITIVE_STRING },
|
|
1916
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
1917
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING },
|
|
1918
|
+
...obj.DynamicSpeed && { DynamicSpeed: RouteSpanDynamicSpeedDetailsFilterSensitiveLog(obj.DynamicSpeed) },
|
|
1919
|
+
...obj.FunctionalClassification && { FunctionalClassification: import_smithy_client.SENSITIVE_STRING },
|
|
1920
|
+
...obj.Gate && { Gate: import_smithy_client.SENSITIVE_STRING },
|
|
1921
|
+
...obj.Names && { Names: obj.Names.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
1922
|
+
...obj.RailwayCrossing && { RailwayCrossing: import_smithy_client.SENSITIVE_STRING },
|
|
1923
|
+
...obj.Region && { Region: import_smithy_client.SENSITIVE_STRING },
|
|
1924
|
+
...obj.RoadAttributes && { RoadAttributes: import_smithy_client.SENSITIVE_STRING },
|
|
1925
|
+
...obj.RouteNumbers && { RouteNumbers: obj.RouteNumbers.map((item) => RouteNumberFilterSensitiveLog(item)) },
|
|
1926
|
+
...obj.ScooterAccess && { ScooterAccess: import_smithy_client.SENSITIVE_STRING },
|
|
1927
|
+
...obj.SpeedLimit && { SpeedLimit: RouteSpanSpeedLimitDetailsFilterSensitiveLog(obj.SpeedLimit) },
|
|
1928
|
+
...obj.TruckAccess && { TruckAccess: import_smithy_client.SENSITIVE_STRING },
|
|
1929
|
+
...obj.TypicalDuration && { TypicalDuration: import_smithy_client.SENSITIVE_STRING }
|
|
1930
|
+
}), "RouteVehicleSpanFilterSensitiveLog");
|
|
1931
|
+
var RouteVehicleOverviewSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1932
|
+
...obj,
|
|
1933
|
+
...obj.BestCaseDuration && { BestCaseDuration: import_smithy_client.SENSITIVE_STRING },
|
|
1934
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
1935
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING },
|
|
1936
|
+
...obj.TypicalDuration && { TypicalDuration: import_smithy_client.SENSITIVE_STRING }
|
|
1937
|
+
}), "RouteVehicleOverviewSummaryFilterSensitiveLog");
|
|
1938
|
+
var RouteVehicleTravelOnlySummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1939
|
+
...obj,
|
|
1940
|
+
...obj.BestCaseDuration && { BestCaseDuration: import_smithy_client.SENSITIVE_STRING },
|
|
1941
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING },
|
|
1942
|
+
...obj.TypicalDuration && { TypicalDuration: import_smithy_client.SENSITIVE_STRING }
|
|
1943
|
+
}), "RouteVehicleTravelOnlySummaryFilterSensitiveLog");
|
|
1944
|
+
var RouteVehicleSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1945
|
+
...obj,
|
|
1946
|
+
...obj.Overview && { Overview: RouteVehicleOverviewSummaryFilterSensitiveLog(obj.Overview) },
|
|
1947
|
+
...obj.TravelOnly && { TravelOnly: RouteVehicleTravelOnlySummaryFilterSensitiveLog(obj.TravelOnly) }
|
|
1948
|
+
}), "RouteVehicleSummaryFilterSensitiveLog");
|
|
1949
|
+
var RouteTollPaymentSiteFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1950
|
+
...obj,
|
|
1951
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING }
|
|
1952
|
+
}), "RouteTollPaymentSiteFilterSensitiveLog");
|
|
1953
|
+
var RouteTollPriceValueRangeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1954
|
+
...obj,
|
|
1955
|
+
...obj.Min && { Min: import_smithy_client.SENSITIVE_STRING },
|
|
1956
|
+
...obj.Max && { Max: import_smithy_client.SENSITIVE_STRING }
|
|
1957
|
+
}), "RouteTollPriceValueRangeFilterSensitiveLog");
|
|
1958
|
+
var RouteTollPriceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1959
|
+
...obj,
|
|
1960
|
+
...obj.Estimate && { Estimate: import_smithy_client.SENSITIVE_STRING },
|
|
1961
|
+
...obj.PerDuration && { PerDuration: import_smithy_client.SENSITIVE_STRING },
|
|
1962
|
+
...obj.Range && { Range: import_smithy_client.SENSITIVE_STRING },
|
|
1963
|
+
...obj.RangeValue && { RangeValue: RouteTollPriceValueRangeFilterSensitiveLog(obj.RangeValue) },
|
|
1964
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
1965
|
+
}), "RouteTollPriceFilterSensitiveLog");
|
|
1966
|
+
var RouteTollPassValidityPeriodFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1967
|
+
...obj,
|
|
1968
|
+
...obj.Period && { Period: import_smithy_client.SENSITIVE_STRING },
|
|
1969
|
+
...obj.PeriodCount && { PeriodCount: import_smithy_client.SENSITIVE_STRING }
|
|
1970
|
+
}), "RouteTollPassValidityPeriodFilterSensitiveLog");
|
|
1971
|
+
var RouteTollPassFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1972
|
+
...obj,
|
|
1973
|
+
...obj.IncludesReturnTrip && { IncludesReturnTrip: import_smithy_client.SENSITIVE_STRING },
|
|
1974
|
+
...obj.SeniorPass && { SeniorPass: import_smithy_client.SENSITIVE_STRING },
|
|
1975
|
+
...obj.TransferCount && { TransferCount: import_smithy_client.SENSITIVE_STRING },
|
|
1976
|
+
...obj.TripCount && { TripCount: import_smithy_client.SENSITIVE_STRING },
|
|
1977
|
+
...obj.ValidityPeriod && { ValidityPeriod: RouteTollPassValidityPeriodFilterSensitiveLog(obj.ValidityPeriod) }
|
|
1978
|
+
}), "RouteTollPassFilterSensitiveLog");
|
|
1979
|
+
var RouteTransponderFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1980
|
+
...obj,
|
|
1981
|
+
...obj.SystemName && { SystemName: import_smithy_client.SENSITIVE_STRING }
|
|
1982
|
+
}), "RouteTransponderFilterSensitiveLog");
|
|
1983
|
+
var RouteTollRateFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1984
|
+
...obj,
|
|
1985
|
+
...obj.ApplicableTimes && { ApplicableTimes: import_smithy_client.SENSITIVE_STRING },
|
|
1986
|
+
...obj.ConvertedPrice && { ConvertedPrice: RouteTollPriceFilterSensitiveLog(obj.ConvertedPrice) },
|
|
1987
|
+
...obj.Id && { Id: import_smithy_client.SENSITIVE_STRING },
|
|
1988
|
+
...obj.LocalPrice && { LocalPrice: RouteTollPriceFilterSensitiveLog(obj.LocalPrice) },
|
|
1989
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
1990
|
+
...obj.Pass && { Pass: RouteTollPassFilterSensitiveLog(obj.Pass) },
|
|
1991
|
+
...obj.PaymentMethods && { PaymentMethods: import_smithy_client.SENSITIVE_STRING },
|
|
1992
|
+
...obj.Transponders && { Transponders: obj.Transponders.map((item) => RouteTransponderFilterSensitiveLog(item)) }
|
|
1993
|
+
}), "RouteTollRateFilterSensitiveLog");
|
|
1994
|
+
var RouteTollFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1995
|
+
...obj,
|
|
1996
|
+
...obj.Country && { Country: import_smithy_client.SENSITIVE_STRING },
|
|
1997
|
+
...obj.PaymentSites && {
|
|
1998
|
+
PaymentSites: obj.PaymentSites.map((item) => RouteTollPaymentSiteFilterSensitiveLog(item))
|
|
1999
|
+
},
|
|
2000
|
+
...obj.Rates && { Rates: obj.Rates.map((item) => RouteTollRateFilterSensitiveLog(item)) }
|
|
2001
|
+
}), "RouteTollFilterSensitiveLog");
|
|
2002
|
+
var RouteTollSystemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2003
|
+
...obj,
|
|
2004
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING }
|
|
2005
|
+
}), "RouteTollSystemFilterSensitiveLog");
|
|
2006
|
+
var RouteContinueHighwayStepDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2007
|
+
...obj,
|
|
2008
|
+
...obj.Intersection && { Intersection: obj.Intersection.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
2009
|
+
...obj.SteeringDirection && { SteeringDirection: import_smithy_client.SENSITIVE_STRING },
|
|
2010
|
+
...obj.TurnIntensity && { TurnIntensity: import_smithy_client.SENSITIVE_STRING }
|
|
2011
|
+
}), "RouteContinueHighwayStepDetailsFilterSensitiveLog");
|
|
2012
|
+
var RouteEnterHighwayStepDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2013
|
+
...obj,
|
|
2014
|
+
...obj.Intersection && { Intersection: obj.Intersection.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
2015
|
+
...obj.SteeringDirection && { SteeringDirection: import_smithy_client.SENSITIVE_STRING },
|
|
2016
|
+
...obj.TurnIntensity && { TurnIntensity: import_smithy_client.SENSITIVE_STRING }
|
|
2017
|
+
}), "RouteEnterHighwayStepDetailsFilterSensitiveLog");
|
|
2018
|
+
var RouteExitStepDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2019
|
+
...obj,
|
|
2020
|
+
...obj.Intersection && { Intersection: obj.Intersection.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
2021
|
+
...obj.RelativeExit && { RelativeExit: import_smithy_client.SENSITIVE_STRING },
|
|
2022
|
+
...obj.SteeringDirection && { SteeringDirection: import_smithy_client.SENSITIVE_STRING },
|
|
2023
|
+
...obj.TurnIntensity && { TurnIntensity: import_smithy_client.SENSITIVE_STRING }
|
|
2024
|
+
}), "RouteExitStepDetailsFilterSensitiveLog");
|
|
2025
|
+
var RouteRampStepDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2026
|
+
...obj,
|
|
2027
|
+
...obj.Intersection && { Intersection: obj.Intersection.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
2028
|
+
...obj.SteeringDirection && { SteeringDirection: import_smithy_client.SENSITIVE_STRING },
|
|
2029
|
+
...obj.TurnIntensity && { TurnIntensity: import_smithy_client.SENSITIVE_STRING }
|
|
2030
|
+
}), "RouteRampStepDetailsFilterSensitiveLog");
|
|
2031
|
+
var RouteUTurnStepDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2032
|
+
...obj,
|
|
2033
|
+
...obj.Intersection && { Intersection: obj.Intersection.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
2034
|
+
...obj.SteeringDirection && { SteeringDirection: import_smithy_client.SENSITIVE_STRING },
|
|
2035
|
+
...obj.TurnIntensity && { TurnIntensity: import_smithy_client.SENSITIVE_STRING }
|
|
2036
|
+
}), "RouteUTurnStepDetailsFilterSensitiveLog");
|
|
2037
|
+
var RouteVehicleTravelStepFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2038
|
+
...obj,
|
|
2039
|
+
...obj.ContinueHighwayStepDetails && {
|
|
2040
|
+
ContinueHighwayStepDetails: RouteContinueHighwayStepDetailsFilterSensitiveLog(obj.ContinueHighwayStepDetails)
|
|
2041
|
+
},
|
|
2042
|
+
...obj.ContinueStepDetails && {
|
|
2043
|
+
ContinueStepDetails: RouteContinueStepDetailsFilterSensitiveLog(obj.ContinueStepDetails)
|
|
2044
|
+
},
|
|
2045
|
+
...obj.CurrentRoad && { CurrentRoad: RouteRoadFilterSensitiveLog(obj.CurrentRoad) },
|
|
2046
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
2047
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING },
|
|
2048
|
+
...obj.EnterHighwayStepDetails && {
|
|
2049
|
+
EnterHighwayStepDetails: RouteEnterHighwayStepDetailsFilterSensitiveLog(obj.EnterHighwayStepDetails)
|
|
2050
|
+
},
|
|
2051
|
+
...obj.ExitNumber && { ExitNumber: obj.ExitNumber.map((item) => LocalizedStringFilterSensitiveLog(item)) },
|
|
2052
|
+
...obj.ExitStepDetails && { ExitStepDetails: RouteExitStepDetailsFilterSensitiveLog(obj.ExitStepDetails) },
|
|
2053
|
+
...obj.Instruction && { Instruction: import_smithy_client.SENSITIVE_STRING },
|
|
2054
|
+
...obj.KeepStepDetails && { KeepStepDetails: RouteKeepStepDetailsFilterSensitiveLog(obj.KeepStepDetails) },
|
|
2055
|
+
...obj.NextRoad && { NextRoad: RouteRoadFilterSensitiveLog(obj.NextRoad) },
|
|
2056
|
+
...obj.RampStepDetails && { RampStepDetails: RouteRampStepDetailsFilterSensitiveLog(obj.RampStepDetails) },
|
|
2057
|
+
...obj.RoundaboutEnterStepDetails && {
|
|
2058
|
+
RoundaboutEnterStepDetails: RouteRoundaboutEnterStepDetailsFilterSensitiveLog(obj.RoundaboutEnterStepDetails)
|
|
2059
|
+
},
|
|
2060
|
+
...obj.RoundaboutExitStepDetails && {
|
|
2061
|
+
RoundaboutExitStepDetails: RouteRoundaboutExitStepDetailsFilterSensitiveLog(obj.RoundaboutExitStepDetails)
|
|
2062
|
+
},
|
|
2063
|
+
...obj.RoundaboutPassStepDetails && {
|
|
2064
|
+
RoundaboutPassStepDetails: RouteRoundaboutPassStepDetailsFilterSensitiveLog(obj.RoundaboutPassStepDetails)
|
|
2065
|
+
},
|
|
2066
|
+
...obj.Signpost && { Signpost: RouteSignpostFilterSensitiveLog(obj.Signpost) },
|
|
2067
|
+
...obj.TurnStepDetails && { TurnStepDetails: RouteTurnStepDetailsFilterSensitiveLog(obj.TurnStepDetails) },
|
|
2068
|
+
...obj.Type && { Type: import_smithy_client.SENSITIVE_STRING },
|
|
2069
|
+
...obj.UTurnStepDetails && { UTurnStepDetails: RouteUTurnStepDetailsFilterSensitiveLog(obj.UTurnStepDetails) }
|
|
2070
|
+
}), "RouteVehicleTravelStepFilterSensitiveLog");
|
|
2071
|
+
var RouteZoneFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2072
|
+
...obj,
|
|
2073
|
+
...obj.Category && { Category: import_smithy_client.SENSITIVE_STRING },
|
|
2074
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING }
|
|
2075
|
+
}), "RouteZoneFilterSensitiveLog");
|
|
2076
|
+
var RouteVehicleLegDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2077
|
+
...obj,
|
|
2078
|
+
...obj.Arrival && { Arrival: RouteVehicleArrivalFilterSensitiveLog(obj.Arrival) },
|
|
2079
|
+
...obj.Departure && { Departure: RouteVehicleDepartureFilterSensitiveLog(obj.Departure) },
|
|
2080
|
+
...obj.Incidents && { Incidents: obj.Incidents.map((item) => RouteVehicleIncidentFilterSensitiveLog(item)) },
|
|
2081
|
+
...obj.PassThroughWaypoints && {
|
|
2082
|
+
PassThroughWaypoints: obj.PassThroughWaypoints.map((item) => RoutePassThroughWaypointFilterSensitiveLog(item))
|
|
2083
|
+
},
|
|
2084
|
+
...obj.Spans && { Spans: obj.Spans.map((item) => RouteVehicleSpanFilterSensitiveLog(item)) },
|
|
2085
|
+
...obj.Summary && { Summary: RouteVehicleSummaryFilterSensitiveLog(obj.Summary) },
|
|
2086
|
+
...obj.Tolls && { Tolls: obj.Tolls.map((item) => RouteTollFilterSensitiveLog(item)) },
|
|
2087
|
+
...obj.TollSystems && { TollSystems: obj.TollSystems.map((item) => RouteTollSystemFilterSensitiveLog(item)) },
|
|
2088
|
+
...obj.TravelSteps && {
|
|
2089
|
+
TravelSteps: obj.TravelSteps.map((item) => RouteVehicleTravelStepFilterSensitiveLog(item))
|
|
2090
|
+
},
|
|
2091
|
+
...obj.TruckRoadTypes && { TruckRoadTypes: import_smithy_client.SENSITIVE_STRING },
|
|
2092
|
+
...obj.Zones && { Zones: obj.Zones.map((item) => RouteZoneFilterSensitiveLog(item)) }
|
|
2093
|
+
}), "RouteVehicleLegDetailsFilterSensitiveLog");
|
|
2094
|
+
var RouteLegFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2095
|
+
...obj,
|
|
2096
|
+
...obj.FerryLegDetails && { FerryLegDetails: RouteFerryLegDetailsFilterSensitiveLog(obj.FerryLegDetails) },
|
|
2097
|
+
...obj.Geometry && { Geometry: RouteLegGeometryFilterSensitiveLog(obj.Geometry) },
|
|
2098
|
+
...obj.PedestrianLegDetails && {
|
|
2099
|
+
PedestrianLegDetails: RoutePedestrianLegDetailsFilterSensitiveLog(obj.PedestrianLegDetails)
|
|
2100
|
+
},
|
|
2101
|
+
...obj.TravelMode && { TravelMode: import_smithy_client.SENSITIVE_STRING },
|
|
2102
|
+
...obj.Type && { Type: import_smithy_client.SENSITIVE_STRING },
|
|
2103
|
+
...obj.VehicleLegDetails && { VehicleLegDetails: RouteVehicleLegDetailsFilterSensitiveLog(obj.VehicleLegDetails) }
|
|
2104
|
+
}), "RouteLegFilterSensitiveLog");
|
|
2105
|
+
var RouteMajorRoadLabelFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2106
|
+
...obj,
|
|
2107
|
+
...obj.RoadName && { RoadName: LocalizedStringFilterSensitiveLog(obj.RoadName) },
|
|
2108
|
+
...obj.RouteNumber && { RouteNumber: RouteNumberFilterSensitiveLog(obj.RouteNumber) }
|
|
2109
|
+
}), "RouteMajorRoadLabelFilterSensitiveLog");
|
|
2110
|
+
var RouteTollPriceSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2111
|
+
...obj,
|
|
2112
|
+
...obj.Estimate && { Estimate: import_smithy_client.SENSITIVE_STRING },
|
|
2113
|
+
...obj.Range && { Range: import_smithy_client.SENSITIVE_STRING },
|
|
2114
|
+
...obj.RangeValue && { RangeValue: RouteTollPriceValueRangeFilterSensitiveLog(obj.RangeValue) },
|
|
2115
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
2116
|
+
}), "RouteTollPriceSummaryFilterSensitiveLog");
|
|
2117
|
+
var RouteTollSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2118
|
+
...obj,
|
|
2119
|
+
...obj.Total && { Total: RouteTollPriceSummaryFilterSensitiveLog(obj.Total) }
|
|
2120
|
+
}), "RouteTollSummaryFilterSensitiveLog");
|
|
2121
|
+
var RouteSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2122
|
+
...obj,
|
|
2123
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
2124
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING },
|
|
2125
|
+
...obj.Tolls && { Tolls: RouteTollSummaryFilterSensitiveLog(obj.Tolls) }
|
|
2126
|
+
}), "RouteSummaryFilterSensitiveLog");
|
|
2127
|
+
var RouteFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2128
|
+
...obj,
|
|
2129
|
+
...obj.Legs && { Legs: obj.Legs.map((item) => RouteLegFilterSensitiveLog(item)) },
|
|
2130
|
+
...obj.MajorRoadLabels && {
|
|
2131
|
+
MajorRoadLabels: obj.MajorRoadLabels.map((item) => RouteMajorRoadLabelFilterSensitiveLog(item))
|
|
2132
|
+
},
|
|
2133
|
+
...obj.Summary && { Summary: RouteSummaryFilterSensitiveLog(obj.Summary) }
|
|
2134
|
+
}), "RouteFilterSensitiveLog");
|
|
2135
|
+
var CalculateRoutesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2136
|
+
...obj,
|
|
2137
|
+
...obj.Routes && { Routes: obj.Routes.map((item) => RouteFilterSensitiveLog(item)) }
|
|
2138
|
+
}), "CalculateRoutesResponseFilterSensitiveLog");
|
|
2139
|
+
var WaypointOptimizationAvoidanceAreaGeometryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2140
|
+
...obj,
|
|
2141
|
+
...obj.BoundingBox && { BoundingBox: import_smithy_client.SENSITIVE_STRING }
|
|
2142
|
+
}), "WaypointOptimizationAvoidanceAreaGeometryFilterSensitiveLog");
|
|
2143
|
+
var WaypointOptimizationAvoidanceAreaFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2144
|
+
...obj,
|
|
2145
|
+
...obj.Geometry && { Geometry: WaypointOptimizationAvoidanceAreaGeometryFilterSensitiveLog(obj.Geometry) }
|
|
2146
|
+
}), "WaypointOptimizationAvoidanceAreaFilterSensitiveLog");
|
|
2147
|
+
var WaypointOptimizationAvoidanceOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2148
|
+
...obj,
|
|
2149
|
+
...obj.Areas && { Areas: obj.Areas.map((item) => WaypointOptimizationAvoidanceAreaFilterSensitiveLog(item)) },
|
|
2150
|
+
...obj.CarShuttleTrains && { CarShuttleTrains: import_smithy_client.SENSITIVE_STRING },
|
|
2151
|
+
...obj.ControlledAccessHighways && { ControlledAccessHighways: import_smithy_client.SENSITIVE_STRING },
|
|
2152
|
+
...obj.DirtRoads && { DirtRoads: import_smithy_client.SENSITIVE_STRING },
|
|
2153
|
+
...obj.Ferries && { Ferries: import_smithy_client.SENSITIVE_STRING },
|
|
2154
|
+
...obj.TollRoads && { TollRoads: import_smithy_client.SENSITIVE_STRING },
|
|
2155
|
+
...obj.Tunnels && { Tunnels: import_smithy_client.SENSITIVE_STRING },
|
|
2156
|
+
...obj.UTurns && { UTurns: import_smithy_client.SENSITIVE_STRING }
|
|
2157
|
+
}), "WaypointOptimizationAvoidanceOptionsFilterSensitiveLog");
|
|
2158
|
+
var WaypointOptimizationDrivingDistanceOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2159
|
+
...obj,
|
|
2160
|
+
...obj.DrivingDistance && { DrivingDistance: import_smithy_client.SENSITIVE_STRING }
|
|
2161
|
+
}), "WaypointOptimizationDrivingDistanceOptionsFilterSensitiveLog");
|
|
2162
|
+
var WaypointOptimizationClusteringOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2163
|
+
...obj,
|
|
2164
|
+
...obj.Algorithm && { Algorithm: import_smithy_client.SENSITIVE_STRING },
|
|
2165
|
+
...obj.DrivingDistanceOptions && {
|
|
2166
|
+
DrivingDistanceOptions: WaypointOptimizationDrivingDistanceOptionsFilterSensitiveLog(obj.DrivingDistanceOptions)
|
|
2167
|
+
}
|
|
2168
|
+
}), "WaypointOptimizationClusteringOptionsFilterSensitiveLog");
|
|
2169
|
+
var WaypointOptimizationAccessHoursEntryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2170
|
+
...obj,
|
|
2171
|
+
...obj.DayOfWeek && { DayOfWeek: import_smithy_client.SENSITIVE_STRING },
|
|
2172
|
+
...obj.TimeOfDay && { TimeOfDay: import_smithy_client.SENSITIVE_STRING }
|
|
2173
|
+
}), "WaypointOptimizationAccessHoursEntryFilterSensitiveLog");
|
|
2174
|
+
var WaypointOptimizationAccessHoursFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2175
|
+
...obj,
|
|
2176
|
+
...obj.From && { From: WaypointOptimizationAccessHoursEntryFilterSensitiveLog(obj.From) },
|
|
2177
|
+
...obj.To && { To: WaypointOptimizationAccessHoursEntryFilterSensitiveLog(obj.To) }
|
|
2178
|
+
}), "WaypointOptimizationAccessHoursFilterSensitiveLog");
|
|
2179
|
+
var WaypointOptimizationSideOfStreetOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2180
|
+
...obj,
|
|
2181
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING }
|
|
2182
|
+
}), "WaypointOptimizationSideOfStreetOptionsFilterSensitiveLog");
|
|
2183
|
+
var WaypointOptimizationDestinationOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2184
|
+
...obj,
|
|
2185
|
+
...obj.AccessHours && { AccessHours: WaypointOptimizationAccessHoursFilterSensitiveLog(obj.AccessHours) },
|
|
2186
|
+
...obj.AppointmentTime && { AppointmentTime: import_smithy_client.SENSITIVE_STRING },
|
|
2187
|
+
...obj.Heading && { Heading: import_smithy_client.SENSITIVE_STRING },
|
|
2188
|
+
...obj.ServiceDuration && { ServiceDuration: import_smithy_client.SENSITIVE_STRING },
|
|
2189
|
+
...obj.SideOfStreet && {
|
|
2190
|
+
SideOfStreet: WaypointOptimizationSideOfStreetOptionsFilterSensitiveLog(obj.SideOfStreet)
|
|
2191
|
+
}
|
|
2192
|
+
}), "WaypointOptimizationDestinationOptionsFilterSensitiveLog");
|
|
2193
|
+
var WaypointOptimizationRestCycleDurationsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2194
|
+
...obj,
|
|
2195
|
+
...obj.RestDuration && { RestDuration: import_smithy_client.SENSITIVE_STRING },
|
|
2196
|
+
...obj.WorkDuration && { WorkDuration: import_smithy_client.SENSITIVE_STRING }
|
|
2197
|
+
}), "WaypointOptimizationRestCycleDurationsFilterSensitiveLog");
|
|
2198
|
+
var WaypointOptimizationRestCyclesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2199
|
+
...obj,
|
|
2200
|
+
...obj.LongCycle && { LongCycle: WaypointOptimizationRestCycleDurationsFilterSensitiveLog(obj.LongCycle) },
|
|
2201
|
+
...obj.ShortCycle && { ShortCycle: WaypointOptimizationRestCycleDurationsFilterSensitiveLog(obj.ShortCycle) }
|
|
2202
|
+
}), "WaypointOptimizationRestCyclesFilterSensitiveLog");
|
|
2203
|
+
var WaypointOptimizationRestProfileFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2204
|
+
...obj,
|
|
2205
|
+
...obj.Profile && { Profile: import_smithy_client.SENSITIVE_STRING }
|
|
2206
|
+
}), "WaypointOptimizationRestProfileFilterSensitiveLog");
|
|
2207
|
+
var WaypointOptimizationDriverOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2208
|
+
...obj,
|
|
2209
|
+
...obj.RestCycles && { RestCycles: WaypointOptimizationRestCyclesFilterSensitiveLog(obj.RestCycles) },
|
|
2210
|
+
...obj.RestProfile && { RestProfile: WaypointOptimizationRestProfileFilterSensitiveLog(obj.RestProfile) },
|
|
2211
|
+
...obj.TreatServiceTimeAs && { TreatServiceTimeAs: import_smithy_client.SENSITIVE_STRING }
|
|
2212
|
+
}), "WaypointOptimizationDriverOptionsFilterSensitiveLog");
|
|
2213
|
+
var WaypointOptimizationExclusionOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2214
|
+
...obj,
|
|
2215
|
+
...obj.Countries && { Countries: import_smithy_client.SENSITIVE_STRING }
|
|
2216
|
+
}), "WaypointOptimizationExclusionOptionsFilterSensitiveLog");
|
|
2217
|
+
var WaypointOptimizationPedestrianOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2218
|
+
...obj,
|
|
2219
|
+
...obj.Speed && { Speed: import_smithy_client.SENSITIVE_STRING }
|
|
2220
|
+
}), "WaypointOptimizationPedestrianOptionsFilterSensitiveLog");
|
|
2221
|
+
var WaypointOptimizationTrailerOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2222
|
+
...obj,
|
|
2223
|
+
...obj.TrailerCount && { TrailerCount: import_smithy_client.SENSITIVE_STRING }
|
|
2224
|
+
}), "WaypointOptimizationTrailerOptionsFilterSensitiveLog");
|
|
2225
|
+
var WaypointOptimizationTruckOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2226
|
+
...obj,
|
|
2227
|
+
...obj.GrossWeight && { GrossWeight: import_smithy_client.SENSITIVE_STRING },
|
|
2228
|
+
...obj.HazardousCargos && { HazardousCargos: import_smithy_client.SENSITIVE_STRING },
|
|
2229
|
+
...obj.Height && { Height: import_smithy_client.SENSITIVE_STRING },
|
|
2230
|
+
...obj.Length && { Length: import_smithy_client.SENSITIVE_STRING },
|
|
2231
|
+
...obj.Trailer && { Trailer: WaypointOptimizationTrailerOptionsFilterSensitiveLog(obj.Trailer) },
|
|
2232
|
+
...obj.TruckType && { TruckType: import_smithy_client.SENSITIVE_STRING },
|
|
2233
|
+
...obj.TunnelRestrictionCode && { TunnelRestrictionCode: import_smithy_client.SENSITIVE_STRING },
|
|
2234
|
+
...obj.WeightPerAxle && { WeightPerAxle: import_smithy_client.SENSITIVE_STRING },
|
|
2235
|
+
...obj.Width && { Width: import_smithy_client.SENSITIVE_STRING }
|
|
2236
|
+
}), "WaypointOptimizationTruckOptionsFilterSensitiveLog");
|
|
2237
|
+
var WaypointOptimizationTravelModeOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2238
|
+
...obj,
|
|
2239
|
+
...obj.Pedestrian && { Pedestrian: WaypointOptimizationPedestrianOptionsFilterSensitiveLog(obj.Pedestrian) },
|
|
2240
|
+
...obj.Truck && { Truck: WaypointOptimizationTruckOptionsFilterSensitiveLog(obj.Truck) }
|
|
2241
|
+
}), "WaypointOptimizationTravelModeOptionsFilterSensitiveLog");
|
|
2242
|
+
var WaypointOptimizationWaypointFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2243
|
+
...obj,
|
|
2244
|
+
...obj.AccessHours && { AccessHours: WaypointOptimizationAccessHoursFilterSensitiveLog(obj.AccessHours) },
|
|
2245
|
+
...obj.AppointmentTime && { AppointmentTime: import_smithy_client.SENSITIVE_STRING },
|
|
2246
|
+
...obj.Heading && { Heading: import_smithy_client.SENSITIVE_STRING },
|
|
2247
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING },
|
|
2248
|
+
...obj.ServiceDuration && { ServiceDuration: import_smithy_client.SENSITIVE_STRING },
|
|
2249
|
+
...obj.SideOfStreet && {
|
|
2250
|
+
SideOfStreet: WaypointOptimizationSideOfStreetOptionsFilterSensitiveLog(obj.SideOfStreet)
|
|
2251
|
+
}
|
|
2252
|
+
}), "WaypointOptimizationWaypointFilterSensitiveLog");
|
|
2253
|
+
var OptimizeWaypointsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2254
|
+
...obj,
|
|
2255
|
+
...obj.Avoid && { Avoid: WaypointOptimizationAvoidanceOptionsFilterSensitiveLog(obj.Avoid) },
|
|
2256
|
+
...obj.Clustering && { Clustering: WaypointOptimizationClusteringOptionsFilterSensitiveLog(obj.Clustering) },
|
|
2257
|
+
...obj.DepartureTime && { DepartureTime: import_smithy_client.SENSITIVE_STRING },
|
|
2258
|
+
...obj.Destination && { Destination: import_smithy_client.SENSITIVE_STRING },
|
|
2259
|
+
...obj.DestinationOptions && {
|
|
2260
|
+
DestinationOptions: WaypointOptimizationDestinationOptionsFilterSensitiveLog(obj.DestinationOptions)
|
|
2261
|
+
},
|
|
2262
|
+
...obj.Driver && { Driver: WaypointOptimizationDriverOptionsFilterSensitiveLog(obj.Driver) },
|
|
2263
|
+
...obj.Exclude && { Exclude: WaypointOptimizationExclusionOptionsFilterSensitiveLog(obj.Exclude) },
|
|
2264
|
+
...obj.Key && { Key: import_smithy_client.SENSITIVE_STRING },
|
|
2265
|
+
...obj.Origin && { Origin: import_smithy_client.SENSITIVE_STRING },
|
|
2266
|
+
...obj.TravelModeOptions && {
|
|
2267
|
+
TravelModeOptions: WaypointOptimizationTravelModeOptionsFilterSensitiveLog(obj.TravelModeOptions)
|
|
2268
|
+
},
|
|
2269
|
+
...obj.Waypoints && {
|
|
2270
|
+
Waypoints: obj.Waypoints.map((item) => WaypointOptimizationWaypointFilterSensitiveLog(item))
|
|
2271
|
+
}
|
|
2272
|
+
}), "OptimizeWaypointsRequestFilterSensitiveLog");
|
|
2273
|
+
var WaypointOptimizationConnectionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2274
|
+
...obj,
|
|
2275
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
2276
|
+
...obj.RestDuration && { RestDuration: import_smithy_client.SENSITIVE_STRING },
|
|
2277
|
+
...obj.TravelDuration && { TravelDuration: import_smithy_client.SENSITIVE_STRING },
|
|
2278
|
+
...obj.WaitDuration && { WaitDuration: import_smithy_client.SENSITIVE_STRING }
|
|
2279
|
+
}), "WaypointOptimizationConnectionFilterSensitiveLog");
|
|
2280
|
+
var WaypointOptimizationFailedConstraintFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2281
|
+
...obj,
|
|
2282
|
+
...obj.Constraint && { Constraint: import_smithy_client.SENSITIVE_STRING },
|
|
2283
|
+
...obj.Reason && { Reason: import_smithy_client.SENSITIVE_STRING }
|
|
2284
|
+
}), "WaypointOptimizationFailedConstraintFilterSensitiveLog");
|
|
2285
|
+
var WaypointOptimizationImpedingWaypointFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2286
|
+
...obj,
|
|
2287
|
+
...obj.FailedConstraints && {
|
|
2288
|
+
FailedConstraints: obj.FailedConstraints.map(
|
|
2289
|
+
(item) => WaypointOptimizationFailedConstraintFilterSensitiveLog(item)
|
|
2290
|
+
)
|
|
2291
|
+
},
|
|
2292
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING }
|
|
2293
|
+
}), "WaypointOptimizationImpedingWaypointFilterSensitiveLog");
|
|
2294
|
+
var WaypointOptimizationOptimizedWaypointFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2295
|
+
...obj,
|
|
2296
|
+
...obj.ArrivalTime && { ArrivalTime: import_smithy_client.SENSITIVE_STRING },
|
|
2297
|
+
...obj.DepartureTime && { DepartureTime: import_smithy_client.SENSITIVE_STRING },
|
|
2298
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING }
|
|
2299
|
+
}), "WaypointOptimizationOptimizedWaypointFilterSensitiveLog");
|
|
2300
|
+
var WaypointOptimizationTimeBreakdownFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2301
|
+
...obj,
|
|
2302
|
+
...obj.RestDuration && { RestDuration: import_smithy_client.SENSITIVE_STRING },
|
|
2303
|
+
...obj.ServiceDuration && { ServiceDuration: import_smithy_client.SENSITIVE_STRING },
|
|
2304
|
+
...obj.TravelDuration && { TravelDuration: import_smithy_client.SENSITIVE_STRING },
|
|
2305
|
+
...obj.WaitDuration && { WaitDuration: import_smithy_client.SENSITIVE_STRING }
|
|
2306
|
+
}), "WaypointOptimizationTimeBreakdownFilterSensitiveLog");
|
|
2307
|
+
var OptimizeWaypointsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2308
|
+
...obj,
|
|
2309
|
+
...obj.Connections && {
|
|
2310
|
+
Connections: obj.Connections.map((item) => WaypointOptimizationConnectionFilterSensitiveLog(item))
|
|
2311
|
+
},
|
|
2312
|
+
...obj.Distance && { Distance: import_smithy_client.SENSITIVE_STRING },
|
|
2313
|
+
...obj.Duration && { Duration: import_smithy_client.SENSITIVE_STRING },
|
|
2314
|
+
...obj.ImpedingWaypoints && {
|
|
2315
|
+
ImpedingWaypoints: obj.ImpedingWaypoints.map(
|
|
2316
|
+
(item) => WaypointOptimizationImpedingWaypointFilterSensitiveLog(item)
|
|
2317
|
+
)
|
|
2318
|
+
},
|
|
2319
|
+
...obj.OptimizedWaypoints && {
|
|
2320
|
+
OptimizedWaypoints: obj.OptimizedWaypoints.map(
|
|
2321
|
+
(item) => WaypointOptimizationOptimizedWaypointFilterSensitiveLog(item)
|
|
2322
|
+
)
|
|
2323
|
+
},
|
|
2324
|
+
...obj.TimeBreakdown && { TimeBreakdown: WaypointOptimizationTimeBreakdownFilterSensitiveLog(obj.TimeBreakdown) }
|
|
2325
|
+
}), "OptimizeWaypointsResponseFilterSensitiveLog");
|
|
2326
|
+
var RoadSnapTracePointFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2327
|
+
...obj,
|
|
2328
|
+
...obj.Heading && { Heading: import_smithy_client.SENSITIVE_STRING },
|
|
2329
|
+
...obj.Position && { Position: import_smithy_client.SENSITIVE_STRING },
|
|
2330
|
+
...obj.Speed && { Speed: import_smithy_client.SENSITIVE_STRING },
|
|
2331
|
+
...obj.Timestamp && { Timestamp: import_smithy_client.SENSITIVE_STRING }
|
|
2332
|
+
}), "RoadSnapTracePointFilterSensitiveLog");
|
|
2333
|
+
var RoadSnapTrailerOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2334
|
+
...obj,
|
|
2335
|
+
...obj.TrailerCount && { TrailerCount: import_smithy_client.SENSITIVE_STRING }
|
|
2336
|
+
}), "RoadSnapTrailerOptionsFilterSensitiveLog");
|
|
2337
|
+
var RoadSnapTruckOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2338
|
+
...obj,
|
|
2339
|
+
...obj.GrossWeight && { GrossWeight: import_smithy_client.SENSITIVE_STRING },
|
|
2340
|
+
...obj.HazardousCargos && { HazardousCargos: import_smithy_client.SENSITIVE_STRING },
|
|
2341
|
+
...obj.Height && { Height: import_smithy_client.SENSITIVE_STRING },
|
|
2342
|
+
...obj.Length && { Length: import_smithy_client.SENSITIVE_STRING },
|
|
2343
|
+
...obj.Trailer && { Trailer: RoadSnapTrailerOptionsFilterSensitiveLog(obj.Trailer) },
|
|
2344
|
+
...obj.TunnelRestrictionCode && { TunnelRestrictionCode: import_smithy_client.SENSITIVE_STRING },
|
|
2345
|
+
...obj.Width && { Width: import_smithy_client.SENSITIVE_STRING }
|
|
2346
|
+
}), "RoadSnapTruckOptionsFilterSensitiveLog");
|
|
2347
|
+
var RoadSnapTravelModeOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2348
|
+
...obj,
|
|
2349
|
+
...obj.Truck && { Truck: RoadSnapTruckOptionsFilterSensitiveLog(obj.Truck) }
|
|
2350
|
+
}), "RoadSnapTravelModeOptionsFilterSensitiveLog");
|
|
2351
|
+
var SnapToRoadsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2352
|
+
...obj,
|
|
2353
|
+
...obj.Key && { Key: import_smithy_client.SENSITIVE_STRING },
|
|
2354
|
+
...obj.SnapRadius && { SnapRadius: import_smithy_client.SENSITIVE_STRING },
|
|
2355
|
+
...obj.TracePoints && { TracePoints: obj.TracePoints.map((item) => RoadSnapTracePointFilterSensitiveLog(item)) },
|
|
2356
|
+
...obj.TravelModeOptions && {
|
|
2357
|
+
TravelModeOptions: RoadSnapTravelModeOptionsFilterSensitiveLog(obj.TravelModeOptions)
|
|
2358
|
+
}
|
|
2359
|
+
}), "SnapToRoadsRequestFilterSensitiveLog");
|
|
2360
|
+
var RoadSnapNoticeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2361
|
+
...obj,
|
|
2362
|
+
...obj.Code && { Code: import_smithy_client.SENSITIVE_STRING },
|
|
2363
|
+
...obj.Title && { Title: import_smithy_client.SENSITIVE_STRING },
|
|
2364
|
+
...obj.TracePointIndexes && { TracePointIndexes: import_smithy_client.SENSITIVE_STRING }
|
|
2365
|
+
}), "RoadSnapNoticeFilterSensitiveLog");
|
|
2366
|
+
var RoadSnapSnappedGeometryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2367
|
+
...obj,
|
|
2368
|
+
...obj.LineString && { LineString: import_smithy_client.SENSITIVE_STRING },
|
|
2369
|
+
...obj.Polyline && { Polyline: import_smithy_client.SENSITIVE_STRING }
|
|
2370
|
+
}), "RoadSnapSnappedGeometryFilterSensitiveLog");
|
|
2371
|
+
var RoadSnapSnappedTracePointFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2372
|
+
...obj,
|
|
2373
|
+
...obj.Confidence && { Confidence: import_smithy_client.SENSITIVE_STRING },
|
|
2374
|
+
...obj.OriginalPosition && { OriginalPosition: import_smithy_client.SENSITIVE_STRING },
|
|
2375
|
+
...obj.SnappedPosition && { SnappedPosition: import_smithy_client.SENSITIVE_STRING }
|
|
2376
|
+
}), "RoadSnapSnappedTracePointFilterSensitiveLog");
|
|
2377
|
+
var SnapToRoadsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2378
|
+
...obj,
|
|
2379
|
+
...obj.Notices && { Notices: obj.Notices.map((item) => RoadSnapNoticeFilterSensitiveLog(item)) },
|
|
2380
|
+
...obj.SnappedGeometry && { SnappedGeometry: RoadSnapSnappedGeometryFilterSensitiveLog(obj.SnappedGeometry) },
|
|
2381
|
+
...obj.SnappedTracePoints && {
|
|
2382
|
+
SnappedTracePoints: obj.SnappedTracePoints.map((item) => RoadSnapSnappedTracePointFilterSensitiveLog(item))
|
|
2383
|
+
}
|
|
2384
|
+
}), "SnapToRoadsResponseFilterSensitiveLog");
|
|
2385
|
+
|
|
2386
|
+
// src/protocols/Aws_restJson1.ts
|
|
2387
|
+
var import_core2 = require("@aws-sdk/core");
|
|
2388
|
+
|
|
2389
|
+
|
|
2390
|
+
var se_CalculateIsolinesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2391
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2392
|
+
const headers = {
|
|
2393
|
+
"content-type": "application/json"
|
|
2394
|
+
};
|
|
2395
|
+
b.bp("/isolines");
|
|
2396
|
+
const query = (0, import_smithy_client.map)({
|
|
2397
|
+
[_k]: [, input[_K]]
|
|
2398
|
+
});
|
|
2399
|
+
let body;
|
|
2400
|
+
body = JSON.stringify(
|
|
2401
|
+
(0, import_smithy_client.take)(input, {
|
|
2402
|
+
Allow: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Allow"),
|
|
2403
|
+
ArrivalTime: [],
|
|
2404
|
+
Avoid: /* @__PURE__ */ __name((_) => se_IsolineAvoidanceOptions(_, context), "Avoid"),
|
|
2405
|
+
DepartNow: [],
|
|
2406
|
+
DepartureTime: [],
|
|
2407
|
+
Destination: /* @__PURE__ */ __name((_) => se_Position(_, context), "Destination"),
|
|
2408
|
+
DestinationOptions: /* @__PURE__ */ __name((_) => se_IsolineDestinationOptions(_, context), "DestinationOptions"),
|
|
2409
|
+
IsolineGeometryFormat: [],
|
|
2410
|
+
IsolineGranularity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IsolineGranularity"),
|
|
2411
|
+
OptimizeIsolineFor: [],
|
|
2412
|
+
OptimizeRoutingFor: [],
|
|
2413
|
+
Origin: /* @__PURE__ */ __name((_) => se_Position(_, context), "Origin"),
|
|
2414
|
+
OriginOptions: /* @__PURE__ */ __name((_) => se_IsolineOriginOptions(_, context), "OriginOptions"),
|
|
2415
|
+
Thresholds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Thresholds"),
|
|
2416
|
+
Traffic: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Traffic"),
|
|
2417
|
+
TravelMode: [],
|
|
2418
|
+
TravelModeOptions: /* @__PURE__ */ __name((_) => se_IsolineTravelModeOptions(_, context), "TravelModeOptions")
|
|
2419
|
+
})
|
|
2420
|
+
);
|
|
2421
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
2422
|
+
return b.build();
|
|
2423
|
+
}, "se_CalculateIsolinesCommand");
|
|
2424
|
+
var se_CalculateRouteMatrixCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2425
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2426
|
+
const headers = {
|
|
2427
|
+
"content-type": "application/json"
|
|
2428
|
+
};
|
|
2429
|
+
b.bp("/route-matrix");
|
|
2430
|
+
const query = (0, import_smithy_client.map)({
|
|
2431
|
+
[_k]: [, input[_K]]
|
|
2432
|
+
});
|
|
2433
|
+
let body;
|
|
2434
|
+
body = JSON.stringify(
|
|
2435
|
+
(0, import_smithy_client.take)(input, {
|
|
2436
|
+
Allow: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Allow"),
|
|
2437
|
+
Avoid: /* @__PURE__ */ __name((_) => se_RouteMatrixAvoidanceOptions(_, context), "Avoid"),
|
|
2438
|
+
DepartNow: [],
|
|
2439
|
+
DepartureTime: [],
|
|
2440
|
+
Destinations: /* @__PURE__ */ __name((_) => se_RouteMatrixDestinationList(_, context), "Destinations"),
|
|
2441
|
+
Exclude: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Exclude"),
|
|
2442
|
+
OptimizeRoutingFor: [],
|
|
2443
|
+
Origins: /* @__PURE__ */ __name((_) => se_RouteMatrixOriginList(_, context), "Origins"),
|
|
2444
|
+
RoutingBoundary: /* @__PURE__ */ __name((_) => se_RouteMatrixBoundary(_, context), "RoutingBoundary"),
|
|
2445
|
+
Traffic: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Traffic"),
|
|
2446
|
+
TravelMode: [],
|
|
2447
|
+
TravelModeOptions: /* @__PURE__ */ __name((_) => se_RouteMatrixTravelModeOptions(_, context), "TravelModeOptions")
|
|
2448
|
+
})
|
|
2449
|
+
);
|
|
2450
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
2451
|
+
return b.build();
|
|
2452
|
+
}, "se_CalculateRouteMatrixCommand");
|
|
2453
|
+
var se_CalculateRoutesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2454
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2455
|
+
const headers = {
|
|
2456
|
+
"content-type": "application/json"
|
|
2457
|
+
};
|
|
2458
|
+
b.bp("/routes");
|
|
2459
|
+
const query = (0, import_smithy_client.map)({
|
|
2460
|
+
[_k]: [, input[_K]]
|
|
2461
|
+
});
|
|
2462
|
+
let body;
|
|
2463
|
+
body = JSON.stringify(
|
|
2464
|
+
(0, import_smithy_client.take)(input, {
|
|
2465
|
+
Allow: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Allow"),
|
|
2466
|
+
ArrivalTime: [],
|
|
2467
|
+
Avoid: /* @__PURE__ */ __name((_) => se_RouteAvoidanceOptions(_, context), "Avoid"),
|
|
2468
|
+
DepartNow: [],
|
|
2469
|
+
DepartureTime: [],
|
|
2470
|
+
Destination: /* @__PURE__ */ __name((_) => se_Position(_, context), "Destination"),
|
|
2471
|
+
DestinationOptions: /* @__PURE__ */ __name((_) => se_RouteDestinationOptions(_, context), "DestinationOptions"),
|
|
2472
|
+
Driver: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Driver"),
|
|
2473
|
+
Exclude: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Exclude"),
|
|
2474
|
+
InstructionsMeasurementSystem: [],
|
|
2475
|
+
Languages: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Languages"),
|
|
2476
|
+
LegAdditionalFeatures: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LegAdditionalFeatures"),
|
|
2477
|
+
LegGeometryFormat: [],
|
|
2478
|
+
MaxAlternatives: [],
|
|
2479
|
+
OptimizeRoutingFor: [],
|
|
2480
|
+
Origin: /* @__PURE__ */ __name((_) => se_Position(_, context), "Origin"),
|
|
2481
|
+
OriginOptions: /* @__PURE__ */ __name((_) => se_RouteOriginOptions(_, context), "OriginOptions"),
|
|
2482
|
+
SpanAdditionalFeatures: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SpanAdditionalFeatures"),
|
|
2483
|
+
Tolls: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tolls"),
|
|
2484
|
+
Traffic: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Traffic"),
|
|
2485
|
+
TravelMode: [],
|
|
2486
|
+
TravelModeOptions: /* @__PURE__ */ __name((_) => se_RouteTravelModeOptions(_, context), "TravelModeOptions"),
|
|
2487
|
+
TravelStepType: [],
|
|
2488
|
+
Waypoints: /* @__PURE__ */ __name((_) => se_RouteWaypointList(_, context), "Waypoints")
|
|
2489
|
+
})
|
|
2490
|
+
);
|
|
2491
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
2492
|
+
return b.build();
|
|
2493
|
+
}, "se_CalculateRoutesCommand");
|
|
2494
|
+
var se_OptimizeWaypointsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2495
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2496
|
+
const headers = {
|
|
2497
|
+
"content-type": "application/json"
|
|
2498
|
+
};
|
|
2499
|
+
b.bp("/optimize-waypoints");
|
|
2500
|
+
const query = (0, import_smithy_client.map)({
|
|
2501
|
+
[_k]: [, input[_K]]
|
|
2502
|
+
});
|
|
2503
|
+
let body;
|
|
2504
|
+
body = JSON.stringify(
|
|
2505
|
+
(0, import_smithy_client.take)(input, {
|
|
2506
|
+
Avoid: /* @__PURE__ */ __name((_) => se_WaypointOptimizationAvoidanceOptions(_, context), "Avoid"),
|
|
2507
|
+
Clustering: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Clustering"),
|
|
2508
|
+
DepartureTime: [],
|
|
2509
|
+
Destination: /* @__PURE__ */ __name((_) => se_Position(_, context), "Destination"),
|
|
2510
|
+
DestinationOptions: /* @__PURE__ */ __name((_) => se_WaypointOptimizationDestinationOptions(_, context), "DestinationOptions"),
|
|
2511
|
+
Driver: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Driver"),
|
|
2512
|
+
Exclude: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Exclude"),
|
|
2513
|
+
OptimizeSequencingFor: [],
|
|
2514
|
+
Origin: /* @__PURE__ */ __name((_) => se_Position(_, context), "Origin"),
|
|
2515
|
+
OriginOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OriginOptions"),
|
|
2516
|
+
Traffic: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Traffic"),
|
|
2517
|
+
TravelMode: [],
|
|
2518
|
+
TravelModeOptions: /* @__PURE__ */ __name((_) => se_WaypointOptimizationTravelModeOptions(_, context), "TravelModeOptions"),
|
|
2519
|
+
Waypoints: /* @__PURE__ */ __name((_) => se_WaypointOptimizationWaypointList(_, context), "Waypoints")
|
|
2520
|
+
})
|
|
2521
|
+
);
|
|
2522
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
2523
|
+
return b.build();
|
|
2524
|
+
}, "se_OptimizeWaypointsCommand");
|
|
2525
|
+
var se_SnapToRoadsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2526
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2527
|
+
const headers = {
|
|
2528
|
+
"content-type": "application/json"
|
|
2529
|
+
};
|
|
2530
|
+
b.bp("/snap-to-roads");
|
|
2531
|
+
const query = (0, import_smithy_client.map)({
|
|
2532
|
+
[_k]: [, input[_K]]
|
|
2533
|
+
});
|
|
2534
|
+
let body;
|
|
2535
|
+
body = JSON.stringify(
|
|
2536
|
+
(0, import_smithy_client.take)(input, {
|
|
2537
|
+
SnapRadius: [],
|
|
2538
|
+
SnappedGeometryFormat: [],
|
|
2539
|
+
TracePoints: /* @__PURE__ */ __name((_) => se_RoadSnapTracePointList(_, context), "TracePoints"),
|
|
2540
|
+
TravelMode: [],
|
|
2541
|
+
TravelModeOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TravelModeOptions")
|
|
2542
|
+
})
|
|
2543
|
+
);
|
|
2544
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
2545
|
+
return b.build();
|
|
2546
|
+
}, "se_SnapToRoadsCommand");
|
|
2547
|
+
var de_CalculateIsolinesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2548
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2549
|
+
return de_CommandError(output, context);
|
|
2550
|
+
}
|
|
2551
|
+
const contents = (0, import_smithy_client.map)({
|
|
2552
|
+
$metadata: deserializeMetadata(output),
|
|
2553
|
+
[_PB]: [, output.headers[_xagpb]]
|
|
2554
|
+
});
|
|
2555
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2556
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2557
|
+
ArrivalTime: import_smithy_client.expectString,
|
|
2558
|
+
DepartureTime: import_smithy_client.expectString,
|
|
2559
|
+
IsolineGeometryFormat: import_smithy_client.expectString,
|
|
2560
|
+
Isolines: /* @__PURE__ */ __name((_) => de_IsolineList(_, context), "Isolines"),
|
|
2561
|
+
SnappedDestination: /* @__PURE__ */ __name((_) => de_Position(_, context), "SnappedDestination"),
|
|
2562
|
+
SnappedOrigin: /* @__PURE__ */ __name((_) => de_Position(_, context), "SnappedOrigin")
|
|
2563
|
+
});
|
|
2564
|
+
Object.assign(contents, doc);
|
|
2565
|
+
return contents;
|
|
2566
|
+
}, "de_CalculateIsolinesCommand");
|
|
2567
|
+
var de_CalculateRouteMatrixCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2568
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2569
|
+
return de_CommandError(output, context);
|
|
2570
|
+
}
|
|
2571
|
+
const contents = (0, import_smithy_client.map)({
|
|
2572
|
+
$metadata: deserializeMetadata(output),
|
|
2573
|
+
[_PB]: [, output.headers[_xagpb]]
|
|
2574
|
+
});
|
|
2575
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2576
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2577
|
+
ErrorCount: import_smithy_client.expectInt32,
|
|
2578
|
+
RouteMatrix: import_smithy_client._json,
|
|
2579
|
+
RoutingBoundary: /* @__PURE__ */ __name((_) => de_RouteMatrixBoundary(_, context), "RoutingBoundary")
|
|
2580
|
+
});
|
|
2581
|
+
Object.assign(contents, doc);
|
|
2582
|
+
return contents;
|
|
2583
|
+
}, "de_CalculateRouteMatrixCommand");
|
|
2584
|
+
var de_CalculateRoutesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2585
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2586
|
+
return de_CommandError(output, context);
|
|
2587
|
+
}
|
|
2588
|
+
const contents = (0, import_smithy_client.map)({
|
|
2589
|
+
$metadata: deserializeMetadata(output),
|
|
2590
|
+
[_PB]: [, output.headers[_xagpb]]
|
|
2591
|
+
});
|
|
2592
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2593
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2594
|
+
LegGeometryFormat: import_smithy_client.expectString,
|
|
2595
|
+
Notices: import_smithy_client._json,
|
|
2596
|
+
Routes: /* @__PURE__ */ __name((_) => de_RouteList(_, context), "Routes")
|
|
2597
|
+
});
|
|
2598
|
+
Object.assign(contents, doc);
|
|
2599
|
+
return contents;
|
|
2600
|
+
}, "de_CalculateRoutesCommand");
|
|
2601
|
+
var de_OptimizeWaypointsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2602
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2603
|
+
return de_CommandError(output, context);
|
|
2604
|
+
}
|
|
2605
|
+
const contents = (0, import_smithy_client.map)({
|
|
2606
|
+
$metadata: deserializeMetadata(output),
|
|
2607
|
+
[_PB]: [, output.headers[_xagpb]]
|
|
2608
|
+
});
|
|
2609
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2610
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2611
|
+
Connections: import_smithy_client._json,
|
|
2612
|
+
Distance: import_smithy_client.expectLong,
|
|
2613
|
+
Duration: import_smithy_client.expectLong,
|
|
2614
|
+
ImpedingWaypoints: /* @__PURE__ */ __name((_) => de_WaypointOptimizationImpedingWaypointList(_, context), "ImpedingWaypoints"),
|
|
2615
|
+
OptimizedWaypoints: /* @__PURE__ */ __name((_) => de_WaypointOptimizationOptimizedWaypointList(_, context), "OptimizedWaypoints"),
|
|
2616
|
+
TimeBreakdown: import_smithy_client._json
|
|
2617
|
+
});
|
|
2618
|
+
Object.assign(contents, doc);
|
|
2619
|
+
return contents;
|
|
2620
|
+
}, "de_OptimizeWaypointsCommand");
|
|
2621
|
+
var de_SnapToRoadsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2622
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2623
|
+
return de_CommandError(output, context);
|
|
2624
|
+
}
|
|
2625
|
+
const contents = (0, import_smithy_client.map)({
|
|
2626
|
+
$metadata: deserializeMetadata(output),
|
|
2627
|
+
[_PB]: [, output.headers[_xagpb]]
|
|
2628
|
+
});
|
|
2629
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2630
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2631
|
+
Notices: import_smithy_client._json,
|
|
2632
|
+
SnappedGeometry: /* @__PURE__ */ __name((_) => de_RoadSnapSnappedGeometry(_, context), "SnappedGeometry"),
|
|
2633
|
+
SnappedGeometryFormat: import_smithy_client.expectString,
|
|
2634
|
+
SnappedTracePoints: /* @__PURE__ */ __name((_) => de_RoadSnapSnappedTracePointList(_, context), "SnappedTracePoints")
|
|
2635
|
+
});
|
|
2636
|
+
Object.assign(contents, doc);
|
|
2637
|
+
return contents;
|
|
2638
|
+
}, "de_SnapToRoadsCommand");
|
|
2639
|
+
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2640
|
+
const parsedOutput = {
|
|
2641
|
+
...output,
|
|
2642
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
2643
|
+
};
|
|
2644
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
2645
|
+
switch (errorCode) {
|
|
2646
|
+
case "AccessDeniedException":
|
|
2647
|
+
case "com.amazonaws.georoutes#AccessDeniedException":
|
|
2648
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
2649
|
+
case "InternalServerException":
|
|
2650
|
+
case "com.amazonaws.georoutes#InternalServerException":
|
|
2651
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
2652
|
+
case "ThrottlingException":
|
|
2653
|
+
case "com.amazonaws.georoutes#ThrottlingException":
|
|
2654
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
2655
|
+
case "ValidationException":
|
|
2656
|
+
case "com.amazonaws.georoutes#ValidationException":
|
|
2657
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
2658
|
+
default:
|
|
2659
|
+
const parsedBody = parsedOutput.body;
|
|
2660
|
+
return throwDefaultError({
|
|
2661
|
+
output,
|
|
2662
|
+
parsedBody,
|
|
2663
|
+
errorCode
|
|
2664
|
+
});
|
|
2665
|
+
}
|
|
2666
|
+
}, "de_CommandError");
|
|
2667
|
+
var throwDefaultError = (0, import_smithy_client.withBaseException)(GeoRoutesServiceException);
|
|
2668
|
+
var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2669
|
+
const contents = (0, import_smithy_client.map)({});
|
|
2670
|
+
const data = parsedOutput.body;
|
|
2671
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2672
|
+
Message: [, import_smithy_client.expectString, `message`]
|
|
2673
|
+
});
|
|
2674
|
+
Object.assign(contents, doc);
|
|
2675
|
+
const exception = new AccessDeniedException({
|
|
2676
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2677
|
+
...contents
|
|
2678
|
+
});
|
|
2679
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
2680
|
+
}, "de_AccessDeniedExceptionRes");
|
|
2681
|
+
var de_InternalServerExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2682
|
+
const contents = (0, import_smithy_client.map)({});
|
|
2683
|
+
const data = parsedOutput.body;
|
|
2684
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2685
|
+
Message: [, import_smithy_client.expectString, `message`]
|
|
2686
|
+
});
|
|
2687
|
+
Object.assign(contents, doc);
|
|
2688
|
+
const exception = new InternalServerException({
|
|
2689
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2690
|
+
...contents
|
|
2691
|
+
});
|
|
2692
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
2693
|
+
}, "de_InternalServerExceptionRes");
|
|
2694
|
+
var de_ThrottlingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2695
|
+
const contents = (0, import_smithy_client.map)({});
|
|
2696
|
+
const data = parsedOutput.body;
|
|
2697
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2698
|
+
Message: [, import_smithy_client.expectString, `message`]
|
|
2699
|
+
});
|
|
2700
|
+
Object.assign(contents, doc);
|
|
2701
|
+
const exception = new ThrottlingException({
|
|
2702
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2703
|
+
...contents
|
|
2704
|
+
});
|
|
2705
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
2706
|
+
}, "de_ThrottlingExceptionRes");
|
|
2707
|
+
var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2708
|
+
const contents = (0, import_smithy_client.map)({});
|
|
2709
|
+
const data = parsedOutput.body;
|
|
2710
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2711
|
+
FieldList: [, (_) => de_ValidationExceptionFieldList(_, context), `fieldList`],
|
|
2712
|
+
Message: [, import_smithy_client.expectString, `message`],
|
|
2713
|
+
Reason: [, import_smithy_client.expectString, `reason`]
|
|
2714
|
+
});
|
|
2715
|
+
Object.assign(contents, doc);
|
|
2716
|
+
const exception = new ValidationException({
|
|
2717
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2718
|
+
...contents
|
|
2719
|
+
});
|
|
2720
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
2721
|
+
}, "de_ValidationExceptionRes");
|
|
2722
|
+
var se_BoundingBox = /* @__PURE__ */ __name((input, context) => {
|
|
2723
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
2724
|
+
return (0, import_smithy_client.serializeFloat)(entry);
|
|
2725
|
+
});
|
|
2726
|
+
}, "se_BoundingBox");
|
|
2727
|
+
var se_Circle = /* @__PURE__ */ __name((input, context) => {
|
|
2728
|
+
return (0, import_smithy_client.take)(input, {
|
|
2729
|
+
Center: /* @__PURE__ */ __name((_) => se_Position(_, context), "Center"),
|
|
2730
|
+
Radius: import_smithy_client.serializeFloat
|
|
2731
|
+
});
|
|
2732
|
+
}, "se_Circle");
|
|
2733
|
+
var se_Corridor = /* @__PURE__ */ __name((input, context) => {
|
|
2734
|
+
return (0, import_smithy_client.take)(input, {
|
|
2735
|
+
LineString: /* @__PURE__ */ __name((_) => se_LineString(_, context), "LineString"),
|
|
2736
|
+
Radius: []
|
|
2737
|
+
});
|
|
2738
|
+
}, "se_Corridor");
|
|
2739
|
+
var se_IsolineAvoidanceArea = /* @__PURE__ */ __name((input, context) => {
|
|
2740
|
+
return (0, import_smithy_client.take)(input, {
|
|
2741
|
+
Except: /* @__PURE__ */ __name((_) => se_IsolineAvoidanceAreaGeometryList(_, context), "Except"),
|
|
2742
|
+
Geometry: /* @__PURE__ */ __name((_) => se_IsolineAvoidanceAreaGeometry(_, context), "Geometry")
|
|
2743
|
+
});
|
|
2744
|
+
}, "se_IsolineAvoidanceArea");
|
|
2745
|
+
var se_IsolineAvoidanceAreaGeometry = /* @__PURE__ */ __name((input, context) => {
|
|
2746
|
+
return (0, import_smithy_client.take)(input, {
|
|
2747
|
+
BoundingBox: /* @__PURE__ */ __name((_) => se_BoundingBox(_, context), "BoundingBox"),
|
|
2748
|
+
Corridor: /* @__PURE__ */ __name((_) => se_Corridor(_, context), "Corridor"),
|
|
2749
|
+
Polygon: /* @__PURE__ */ __name((_) => se_LinearRings(_, context), "Polygon"),
|
|
2750
|
+
PolylineCorridor: import_smithy_client._json,
|
|
2751
|
+
PolylinePolygon: import_smithy_client._json
|
|
2752
|
+
});
|
|
2753
|
+
}, "se_IsolineAvoidanceAreaGeometry");
|
|
2754
|
+
var se_IsolineAvoidanceAreaGeometryList = /* @__PURE__ */ __name((input, context) => {
|
|
2755
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
2756
|
+
return se_IsolineAvoidanceAreaGeometry(entry, context);
|
|
2757
|
+
});
|
|
2758
|
+
}, "se_IsolineAvoidanceAreaGeometryList");
|
|
2759
|
+
var se_IsolineAvoidanceAreaList = /* @__PURE__ */ __name((input, context) => {
|
|
2760
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
2761
|
+
return se_IsolineAvoidanceArea(entry, context);
|
|
2762
|
+
});
|
|
2763
|
+
}, "se_IsolineAvoidanceAreaList");
|
|
2764
|
+
var se_IsolineAvoidanceOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2765
|
+
return (0, import_smithy_client.take)(input, {
|
|
2766
|
+
Areas: /* @__PURE__ */ __name((_) => se_IsolineAvoidanceAreaList(_, context), "Areas"),
|
|
2767
|
+
CarShuttleTrains: [],
|
|
2768
|
+
ControlledAccessHighways: [],
|
|
2769
|
+
DirtRoads: [],
|
|
2770
|
+
Ferries: [],
|
|
2771
|
+
SeasonalClosure: [],
|
|
2772
|
+
TollRoads: [],
|
|
2773
|
+
TollTransponders: [],
|
|
2774
|
+
TruckRoadTypes: import_smithy_client._json,
|
|
2775
|
+
Tunnels: [],
|
|
2776
|
+
UTurns: [],
|
|
2777
|
+
ZoneCategories: import_smithy_client._json
|
|
2778
|
+
});
|
|
2779
|
+
}, "se_IsolineAvoidanceOptions");
|
|
2780
|
+
var se_IsolineCarOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2781
|
+
return (0, import_smithy_client.take)(input, {
|
|
2782
|
+
EngineType: [],
|
|
2783
|
+
LicensePlate: import_smithy_client._json,
|
|
2784
|
+
MaxSpeed: import_smithy_client.serializeFloat,
|
|
2785
|
+
Occupancy: []
|
|
2786
|
+
});
|
|
2787
|
+
}, "se_IsolineCarOptions");
|
|
2788
|
+
var se_IsolineDestinationOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2789
|
+
return (0, import_smithy_client.take)(input, {
|
|
2790
|
+
AvoidActionsForDistance: [],
|
|
2791
|
+
Heading: import_smithy_client.serializeFloat,
|
|
2792
|
+
Matching: import_smithy_client._json,
|
|
2793
|
+
SideOfStreet: /* @__PURE__ */ __name((_) => se_IsolineSideOfStreetOptions(_, context), "SideOfStreet")
|
|
2794
|
+
});
|
|
2795
|
+
}, "se_IsolineDestinationOptions");
|
|
2796
|
+
var se_IsolineOriginOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2797
|
+
return (0, import_smithy_client.take)(input, {
|
|
2798
|
+
AvoidActionsForDistance: [],
|
|
2799
|
+
Heading: import_smithy_client.serializeFloat,
|
|
2800
|
+
Matching: import_smithy_client._json,
|
|
2801
|
+
SideOfStreet: /* @__PURE__ */ __name((_) => se_IsolineSideOfStreetOptions(_, context), "SideOfStreet")
|
|
2802
|
+
});
|
|
2803
|
+
}, "se_IsolineOriginOptions");
|
|
2804
|
+
var se_IsolineScooterOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2805
|
+
return (0, import_smithy_client.take)(input, {
|
|
2806
|
+
EngineType: [],
|
|
2807
|
+
LicensePlate: import_smithy_client._json,
|
|
2808
|
+
MaxSpeed: import_smithy_client.serializeFloat,
|
|
2809
|
+
Occupancy: []
|
|
2810
|
+
});
|
|
2811
|
+
}, "se_IsolineScooterOptions");
|
|
2812
|
+
var se_IsolineSideOfStreetOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2813
|
+
return (0, import_smithy_client.take)(input, {
|
|
2814
|
+
Position: /* @__PURE__ */ __name((_) => se_Position(_, context), "Position"),
|
|
2815
|
+
UseWith: []
|
|
2816
|
+
});
|
|
2817
|
+
}, "se_IsolineSideOfStreetOptions");
|
|
2818
|
+
var se_IsolineTravelModeOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2819
|
+
return (0, import_smithy_client.take)(input, {
|
|
2820
|
+
Car: /* @__PURE__ */ __name((_) => se_IsolineCarOptions(_, context), "Car"),
|
|
2821
|
+
Scooter: /* @__PURE__ */ __name((_) => se_IsolineScooterOptions(_, context), "Scooter"),
|
|
2822
|
+
Truck: /* @__PURE__ */ __name((_) => se_IsolineTruckOptions(_, context), "Truck")
|
|
2823
|
+
});
|
|
2824
|
+
}, "se_IsolineTravelModeOptions");
|
|
2825
|
+
var se_IsolineTruckOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2826
|
+
return (0, import_smithy_client.take)(input, {
|
|
2827
|
+
AxleCount: [],
|
|
2828
|
+
EngineType: [],
|
|
2829
|
+
GrossWeight: [],
|
|
2830
|
+
HazardousCargos: import_smithy_client._json,
|
|
2831
|
+
Height: [],
|
|
2832
|
+
HeightAboveFirstAxle: [],
|
|
2833
|
+
KpraLength: [],
|
|
2834
|
+
Length: [],
|
|
2835
|
+
LicensePlate: import_smithy_client._json,
|
|
2836
|
+
MaxSpeed: import_smithy_client.serializeFloat,
|
|
2837
|
+
Occupancy: [],
|
|
2838
|
+
PayloadCapacity: [],
|
|
2839
|
+
TireCount: [],
|
|
2840
|
+
Trailer: import_smithy_client._json,
|
|
2841
|
+
TruckType: [],
|
|
2842
|
+
TunnelRestrictionCode: [],
|
|
2843
|
+
WeightPerAxle: [],
|
|
2844
|
+
WeightPerAxleGroup: import_smithy_client._json,
|
|
2845
|
+
Width: []
|
|
2846
|
+
});
|
|
2847
|
+
}, "se_IsolineTruckOptions");
|
|
2848
|
+
var se_LinearRing = /* @__PURE__ */ __name((input, context) => {
|
|
2849
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
2850
|
+
return se_Position(entry, context);
|
|
2851
|
+
});
|
|
2852
|
+
}, "se_LinearRing");
|
|
2853
|
+
var se_LinearRings = /* @__PURE__ */ __name((input, context) => {
|
|
2854
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
2855
|
+
return se_LinearRing(entry, context);
|
|
2856
|
+
});
|
|
2857
|
+
}, "se_LinearRings");
|
|
2858
|
+
var se_LineString = /* @__PURE__ */ __name((input, context) => {
|
|
2859
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
2860
|
+
return se_Position(entry, context);
|
|
2861
|
+
});
|
|
2862
|
+
}, "se_LineString");
|
|
2863
|
+
var se_Position = /* @__PURE__ */ __name((input, context) => {
|
|
2864
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
2865
|
+
return (0, import_smithy_client.serializeFloat)(entry);
|
|
2866
|
+
});
|
|
2867
|
+
}, "se_Position");
|
|
2868
|
+
var se_RoadSnapTracePoint = /* @__PURE__ */ __name((input, context) => {
|
|
2869
|
+
return (0, import_smithy_client.take)(input, {
|
|
2870
|
+
Heading: import_smithy_client.serializeFloat,
|
|
2871
|
+
Position: /* @__PURE__ */ __name((_) => se_Position(_, context), "Position"),
|
|
2872
|
+
Speed: import_smithy_client.serializeFloat,
|
|
2873
|
+
Timestamp: []
|
|
2874
|
+
});
|
|
2875
|
+
}, "se_RoadSnapTracePoint");
|
|
2876
|
+
var se_RoadSnapTracePointList = /* @__PURE__ */ __name((input, context) => {
|
|
2877
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
2878
|
+
return se_RoadSnapTracePoint(entry, context);
|
|
2879
|
+
});
|
|
2880
|
+
}, "se_RoadSnapTracePointList");
|
|
2881
|
+
var se_RouteAvoidanceArea = /* @__PURE__ */ __name((input, context) => {
|
|
2882
|
+
return (0, import_smithy_client.take)(input, {
|
|
2883
|
+
Except: /* @__PURE__ */ __name((_) => se_RouteAvoidanceAreaGeometryList(_, context), "Except"),
|
|
2884
|
+
Geometry: /* @__PURE__ */ __name((_) => se_RouteAvoidanceAreaGeometry(_, context), "Geometry")
|
|
2885
|
+
});
|
|
2886
|
+
}, "se_RouteAvoidanceArea");
|
|
2887
|
+
var se_RouteAvoidanceAreaGeometry = /* @__PURE__ */ __name((input, context) => {
|
|
2888
|
+
return (0, import_smithy_client.take)(input, {
|
|
2889
|
+
BoundingBox: /* @__PURE__ */ __name((_) => se_BoundingBox(_, context), "BoundingBox"),
|
|
2890
|
+
Corridor: /* @__PURE__ */ __name((_) => se_Corridor(_, context), "Corridor"),
|
|
2891
|
+
Polygon: /* @__PURE__ */ __name((_) => se_LinearRings(_, context), "Polygon"),
|
|
2892
|
+
PolylineCorridor: import_smithy_client._json,
|
|
2893
|
+
PolylinePolygon: import_smithy_client._json
|
|
2894
|
+
});
|
|
2895
|
+
}, "se_RouteAvoidanceAreaGeometry");
|
|
2896
|
+
var se_RouteAvoidanceAreaGeometryList = /* @__PURE__ */ __name((input, context) => {
|
|
2897
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
2898
|
+
return se_RouteAvoidanceAreaGeometry(entry, context);
|
|
2899
|
+
});
|
|
2900
|
+
}, "se_RouteAvoidanceAreaGeometryList");
|
|
2901
|
+
var se_RouteAvoidanceAreaList = /* @__PURE__ */ __name((input, context) => {
|
|
2902
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
2903
|
+
return se_RouteAvoidanceArea(entry, context);
|
|
2904
|
+
});
|
|
2905
|
+
}, "se_RouteAvoidanceAreaList");
|
|
2906
|
+
var se_RouteAvoidanceOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2907
|
+
return (0, import_smithy_client.take)(input, {
|
|
2908
|
+
Areas: /* @__PURE__ */ __name((_) => se_RouteAvoidanceAreaList(_, context), "Areas"),
|
|
2909
|
+
CarShuttleTrains: [],
|
|
2910
|
+
ControlledAccessHighways: [],
|
|
2911
|
+
DirtRoads: [],
|
|
2912
|
+
Ferries: [],
|
|
2913
|
+
SeasonalClosure: [],
|
|
2914
|
+
TollRoads: [],
|
|
2915
|
+
TollTransponders: [],
|
|
2916
|
+
TruckRoadTypes: import_smithy_client._json,
|
|
2917
|
+
Tunnels: [],
|
|
2918
|
+
UTurns: [],
|
|
2919
|
+
ZoneCategories: import_smithy_client._json
|
|
2920
|
+
});
|
|
2921
|
+
}, "se_RouteAvoidanceOptions");
|
|
2922
|
+
var se_RouteCarOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2923
|
+
return (0, import_smithy_client.take)(input, {
|
|
2924
|
+
EngineType: [],
|
|
2925
|
+
LicensePlate: import_smithy_client._json,
|
|
2926
|
+
MaxSpeed: import_smithy_client.serializeFloat,
|
|
2927
|
+
Occupancy: []
|
|
2928
|
+
});
|
|
2929
|
+
}, "se_RouteCarOptions");
|
|
2930
|
+
var se_RouteDestinationOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2931
|
+
return (0, import_smithy_client.take)(input, {
|
|
2932
|
+
AvoidActionsForDistance: [],
|
|
2933
|
+
AvoidUTurns: [],
|
|
2934
|
+
Heading: import_smithy_client.serializeFloat,
|
|
2935
|
+
Matching: import_smithy_client._json,
|
|
2936
|
+
SideOfStreet: /* @__PURE__ */ __name((_) => se_RouteSideOfStreetOptions(_, context), "SideOfStreet"),
|
|
2937
|
+
StopDuration: []
|
|
2938
|
+
});
|
|
2939
|
+
}, "se_RouteDestinationOptions");
|
|
2940
|
+
var se_RouteMatrixAvoidanceArea = /* @__PURE__ */ __name((input, context) => {
|
|
2941
|
+
return (0, import_smithy_client.take)(input, {
|
|
2942
|
+
Geometry: /* @__PURE__ */ __name((_) => se_RouteMatrixAvoidanceAreaGeometry(_, context), "Geometry")
|
|
2943
|
+
});
|
|
2944
|
+
}, "se_RouteMatrixAvoidanceArea");
|
|
2945
|
+
var se_RouteMatrixAvoidanceAreaGeometry = /* @__PURE__ */ __name((input, context) => {
|
|
2946
|
+
return (0, import_smithy_client.take)(input, {
|
|
2947
|
+
BoundingBox: /* @__PURE__ */ __name((_) => se_BoundingBox(_, context), "BoundingBox"),
|
|
2948
|
+
Polygon: /* @__PURE__ */ __name((_) => se_LinearRings(_, context), "Polygon"),
|
|
2949
|
+
PolylinePolygon: import_smithy_client._json
|
|
2950
|
+
});
|
|
2951
|
+
}, "se_RouteMatrixAvoidanceAreaGeometry");
|
|
2952
|
+
var se_RouteMatrixAvoidanceAreaList = /* @__PURE__ */ __name((input, context) => {
|
|
2953
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
2954
|
+
return se_RouteMatrixAvoidanceArea(entry, context);
|
|
2955
|
+
});
|
|
2956
|
+
}, "se_RouteMatrixAvoidanceAreaList");
|
|
2957
|
+
var se_RouteMatrixAvoidanceOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2958
|
+
return (0, import_smithy_client.take)(input, {
|
|
2959
|
+
Areas: /* @__PURE__ */ __name((_) => se_RouteMatrixAvoidanceAreaList(_, context), "Areas"),
|
|
2960
|
+
CarShuttleTrains: [],
|
|
2961
|
+
ControlledAccessHighways: [],
|
|
2962
|
+
DirtRoads: [],
|
|
2963
|
+
Ferries: [],
|
|
2964
|
+
TollRoads: [],
|
|
2965
|
+
TollTransponders: [],
|
|
2966
|
+
TruckRoadTypes: import_smithy_client._json,
|
|
2967
|
+
Tunnels: [],
|
|
2968
|
+
UTurns: [],
|
|
2969
|
+
ZoneCategories: import_smithy_client._json
|
|
2970
|
+
});
|
|
2971
|
+
}, "se_RouteMatrixAvoidanceOptions");
|
|
2972
|
+
var se_RouteMatrixBoundary = /* @__PURE__ */ __name((input, context) => {
|
|
2973
|
+
return (0, import_smithy_client.take)(input, {
|
|
2974
|
+
Geometry: /* @__PURE__ */ __name((_) => se_RouteMatrixBoundaryGeometry(_, context), "Geometry"),
|
|
2975
|
+
Unbounded: []
|
|
2976
|
+
});
|
|
2977
|
+
}, "se_RouteMatrixBoundary");
|
|
2978
|
+
var se_RouteMatrixBoundaryGeometry = /* @__PURE__ */ __name((input, context) => {
|
|
2979
|
+
return (0, import_smithy_client.take)(input, {
|
|
2980
|
+
AutoCircle: import_smithy_client._json,
|
|
2981
|
+
BoundingBox: /* @__PURE__ */ __name((_) => se_BoundingBox(_, context), "BoundingBox"),
|
|
2982
|
+
Circle: /* @__PURE__ */ __name((_) => se_Circle(_, context), "Circle"),
|
|
2983
|
+
Polygon: /* @__PURE__ */ __name((_) => se_LinearRings(_, context), "Polygon")
|
|
2984
|
+
});
|
|
2985
|
+
}, "se_RouteMatrixBoundaryGeometry");
|
|
2986
|
+
var se_RouteMatrixCarOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2987
|
+
return (0, import_smithy_client.take)(input, {
|
|
2988
|
+
LicensePlate: import_smithy_client._json,
|
|
2989
|
+
MaxSpeed: import_smithy_client.serializeFloat,
|
|
2990
|
+
Occupancy: []
|
|
2991
|
+
});
|
|
2992
|
+
}, "se_RouteMatrixCarOptions");
|
|
2993
|
+
var se_RouteMatrixDestination = /* @__PURE__ */ __name((input, context) => {
|
|
2994
|
+
return (0, import_smithy_client.take)(input, {
|
|
2995
|
+
Options: /* @__PURE__ */ __name((_) => se_RouteMatrixDestinationOptions(_, context), "Options"),
|
|
2996
|
+
Position: /* @__PURE__ */ __name((_) => se_Position(_, context), "Position")
|
|
2997
|
+
});
|
|
2998
|
+
}, "se_RouteMatrixDestination");
|
|
2999
|
+
var se_RouteMatrixDestinationList = /* @__PURE__ */ __name((input, context) => {
|
|
3000
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
3001
|
+
return se_RouteMatrixDestination(entry, context);
|
|
3002
|
+
});
|
|
3003
|
+
}, "se_RouteMatrixDestinationList");
|
|
3004
|
+
var se_RouteMatrixDestinationOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3005
|
+
return (0, import_smithy_client.take)(input, {
|
|
3006
|
+
AvoidActionsForDistance: [],
|
|
3007
|
+
Heading: import_smithy_client.serializeFloat,
|
|
3008
|
+
Matching: import_smithy_client._json,
|
|
3009
|
+
SideOfStreet: /* @__PURE__ */ __name((_) => se_RouteMatrixSideOfStreetOptions(_, context), "SideOfStreet")
|
|
3010
|
+
});
|
|
3011
|
+
}, "se_RouteMatrixDestinationOptions");
|
|
3012
|
+
var se_RouteMatrixOrigin = /* @__PURE__ */ __name((input, context) => {
|
|
3013
|
+
return (0, import_smithy_client.take)(input, {
|
|
3014
|
+
Options: /* @__PURE__ */ __name((_) => se_RouteMatrixOriginOptions(_, context), "Options"),
|
|
3015
|
+
Position: /* @__PURE__ */ __name((_) => se_Position(_, context), "Position")
|
|
3016
|
+
});
|
|
3017
|
+
}, "se_RouteMatrixOrigin");
|
|
3018
|
+
var se_RouteMatrixOriginList = /* @__PURE__ */ __name((input, context) => {
|
|
3019
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
3020
|
+
return se_RouteMatrixOrigin(entry, context);
|
|
3021
|
+
});
|
|
3022
|
+
}, "se_RouteMatrixOriginList");
|
|
3023
|
+
var se_RouteMatrixOriginOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3024
|
+
return (0, import_smithy_client.take)(input, {
|
|
3025
|
+
AvoidActionsForDistance: [],
|
|
3026
|
+
Heading: import_smithy_client.serializeFloat,
|
|
3027
|
+
Matching: import_smithy_client._json,
|
|
3028
|
+
SideOfStreet: /* @__PURE__ */ __name((_) => se_RouteMatrixSideOfStreetOptions(_, context), "SideOfStreet")
|
|
3029
|
+
});
|
|
3030
|
+
}, "se_RouteMatrixOriginOptions");
|
|
3031
|
+
var se_RouteMatrixScooterOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3032
|
+
return (0, import_smithy_client.take)(input, {
|
|
3033
|
+
LicensePlate: import_smithy_client._json,
|
|
3034
|
+
MaxSpeed: import_smithy_client.serializeFloat,
|
|
3035
|
+
Occupancy: []
|
|
3036
|
+
});
|
|
3037
|
+
}, "se_RouteMatrixScooterOptions");
|
|
3038
|
+
var se_RouteMatrixSideOfStreetOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3039
|
+
return (0, import_smithy_client.take)(input, {
|
|
3040
|
+
Position: /* @__PURE__ */ __name((_) => se_Position(_, context), "Position"),
|
|
3041
|
+
UseWith: []
|
|
3042
|
+
});
|
|
3043
|
+
}, "se_RouteMatrixSideOfStreetOptions");
|
|
3044
|
+
var se_RouteMatrixTravelModeOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3045
|
+
return (0, import_smithy_client.take)(input, {
|
|
3046
|
+
Car: /* @__PURE__ */ __name((_) => se_RouteMatrixCarOptions(_, context), "Car"),
|
|
3047
|
+
Scooter: /* @__PURE__ */ __name((_) => se_RouteMatrixScooterOptions(_, context), "Scooter"),
|
|
3048
|
+
Truck: /* @__PURE__ */ __name((_) => se_RouteMatrixTruckOptions(_, context), "Truck")
|
|
3049
|
+
});
|
|
3050
|
+
}, "se_RouteMatrixTravelModeOptions");
|
|
3051
|
+
var se_RouteMatrixTruckOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3052
|
+
return (0, import_smithy_client.take)(input, {
|
|
3053
|
+
AxleCount: [],
|
|
3054
|
+
GrossWeight: [],
|
|
3055
|
+
HazardousCargos: import_smithy_client._json,
|
|
3056
|
+
Height: [],
|
|
3057
|
+
KpraLength: [],
|
|
3058
|
+
Length: [],
|
|
3059
|
+
LicensePlate: import_smithy_client._json,
|
|
3060
|
+
MaxSpeed: import_smithy_client.serializeFloat,
|
|
3061
|
+
Occupancy: [],
|
|
3062
|
+
PayloadCapacity: [],
|
|
3063
|
+
Trailer: import_smithy_client._json,
|
|
3064
|
+
TruckType: [],
|
|
3065
|
+
TunnelRestrictionCode: [],
|
|
3066
|
+
WeightPerAxle: [],
|
|
3067
|
+
WeightPerAxleGroup: import_smithy_client._json,
|
|
3068
|
+
Width: []
|
|
3069
|
+
});
|
|
3070
|
+
}, "se_RouteMatrixTruckOptions");
|
|
3071
|
+
var se_RouteOriginOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3072
|
+
return (0, import_smithy_client.take)(input, {
|
|
3073
|
+
AvoidActionsForDistance: [],
|
|
3074
|
+
AvoidUTurns: [],
|
|
3075
|
+
Heading: import_smithy_client.serializeFloat,
|
|
3076
|
+
Matching: import_smithy_client._json,
|
|
3077
|
+
SideOfStreet: /* @__PURE__ */ __name((_) => se_RouteSideOfStreetOptions(_, context), "SideOfStreet")
|
|
3078
|
+
});
|
|
3079
|
+
}, "se_RouteOriginOptions");
|
|
3080
|
+
var se_RoutePedestrianOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3081
|
+
return (0, import_smithy_client.take)(input, {
|
|
3082
|
+
Speed: import_smithy_client.serializeFloat
|
|
3083
|
+
});
|
|
3084
|
+
}, "se_RoutePedestrianOptions");
|
|
3085
|
+
var se_RouteScooterOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3086
|
+
return (0, import_smithy_client.take)(input, {
|
|
3087
|
+
EngineType: [],
|
|
3088
|
+
LicensePlate: import_smithy_client._json,
|
|
3089
|
+
MaxSpeed: import_smithy_client.serializeFloat,
|
|
3090
|
+
Occupancy: []
|
|
3091
|
+
});
|
|
3092
|
+
}, "se_RouteScooterOptions");
|
|
3093
|
+
var se_RouteSideOfStreetOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3094
|
+
return (0, import_smithy_client.take)(input, {
|
|
3095
|
+
Position: /* @__PURE__ */ __name((_) => se_Position(_, context), "Position"),
|
|
3096
|
+
UseWith: []
|
|
3097
|
+
});
|
|
3098
|
+
}, "se_RouteSideOfStreetOptions");
|
|
3099
|
+
var se_RouteTravelModeOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3100
|
+
return (0, import_smithy_client.take)(input, {
|
|
3101
|
+
Car: /* @__PURE__ */ __name((_) => se_RouteCarOptions(_, context), "Car"),
|
|
3102
|
+
Pedestrian: /* @__PURE__ */ __name((_) => se_RoutePedestrianOptions(_, context), "Pedestrian"),
|
|
3103
|
+
Scooter: /* @__PURE__ */ __name((_) => se_RouteScooterOptions(_, context), "Scooter"),
|
|
3104
|
+
Truck: /* @__PURE__ */ __name((_) => se_RouteTruckOptions(_, context), "Truck")
|
|
3105
|
+
});
|
|
3106
|
+
}, "se_RouteTravelModeOptions");
|
|
3107
|
+
var se_RouteTruckOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3108
|
+
return (0, import_smithy_client.take)(input, {
|
|
3109
|
+
AxleCount: [],
|
|
3110
|
+
EngineType: [],
|
|
3111
|
+
GrossWeight: [],
|
|
3112
|
+
HazardousCargos: import_smithy_client._json,
|
|
3113
|
+
Height: [],
|
|
3114
|
+
HeightAboveFirstAxle: [],
|
|
3115
|
+
KpraLength: [],
|
|
3116
|
+
Length: [],
|
|
3117
|
+
LicensePlate: import_smithy_client._json,
|
|
3118
|
+
MaxSpeed: import_smithy_client.serializeFloat,
|
|
3119
|
+
Occupancy: [],
|
|
3120
|
+
PayloadCapacity: [],
|
|
3121
|
+
TireCount: [],
|
|
3122
|
+
Trailer: import_smithy_client._json,
|
|
3123
|
+
TruckType: [],
|
|
3124
|
+
TunnelRestrictionCode: [],
|
|
3125
|
+
WeightPerAxle: [],
|
|
3126
|
+
WeightPerAxleGroup: import_smithy_client._json,
|
|
3127
|
+
Width: []
|
|
3128
|
+
});
|
|
3129
|
+
}, "se_RouteTruckOptions");
|
|
3130
|
+
var se_RouteWaypoint = /* @__PURE__ */ __name((input, context) => {
|
|
3131
|
+
return (0, import_smithy_client.take)(input, {
|
|
3132
|
+
AvoidActionsForDistance: [],
|
|
3133
|
+
AvoidUTurns: [],
|
|
3134
|
+
Heading: import_smithy_client.serializeFloat,
|
|
3135
|
+
Matching: import_smithy_client._json,
|
|
3136
|
+
PassThrough: [],
|
|
3137
|
+
Position: /* @__PURE__ */ __name((_) => se_Position(_, context), "Position"),
|
|
3138
|
+
SideOfStreet: /* @__PURE__ */ __name((_) => se_RouteSideOfStreetOptions(_, context), "SideOfStreet"),
|
|
3139
|
+
StopDuration: []
|
|
3140
|
+
});
|
|
3141
|
+
}, "se_RouteWaypoint");
|
|
3142
|
+
var se_RouteWaypointList = /* @__PURE__ */ __name((input, context) => {
|
|
3143
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
3144
|
+
return se_RouteWaypoint(entry, context);
|
|
3145
|
+
});
|
|
3146
|
+
}, "se_RouteWaypointList");
|
|
3147
|
+
var se_WaypointOptimizationAvoidanceArea = /* @__PURE__ */ __name((input, context) => {
|
|
3148
|
+
return (0, import_smithy_client.take)(input, {
|
|
3149
|
+
Geometry: /* @__PURE__ */ __name((_) => se_WaypointOptimizationAvoidanceAreaGeometry(_, context), "Geometry")
|
|
3150
|
+
});
|
|
3151
|
+
}, "se_WaypointOptimizationAvoidanceArea");
|
|
3152
|
+
var se_WaypointOptimizationAvoidanceAreaGeometry = /* @__PURE__ */ __name((input, context) => {
|
|
3153
|
+
return (0, import_smithy_client.take)(input, {
|
|
3154
|
+
BoundingBox: /* @__PURE__ */ __name((_) => se_BoundingBox(_, context), "BoundingBox")
|
|
3155
|
+
});
|
|
3156
|
+
}, "se_WaypointOptimizationAvoidanceAreaGeometry");
|
|
3157
|
+
var se_WaypointOptimizationAvoidanceAreaList = /* @__PURE__ */ __name((input, context) => {
|
|
3158
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
3159
|
+
return se_WaypointOptimizationAvoidanceArea(entry, context);
|
|
3160
|
+
});
|
|
3161
|
+
}, "se_WaypointOptimizationAvoidanceAreaList");
|
|
3162
|
+
var se_WaypointOptimizationAvoidanceOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3163
|
+
return (0, import_smithy_client.take)(input, {
|
|
3164
|
+
Areas: /* @__PURE__ */ __name((_) => se_WaypointOptimizationAvoidanceAreaList(_, context), "Areas"),
|
|
3165
|
+
CarShuttleTrains: [],
|
|
3166
|
+
ControlledAccessHighways: [],
|
|
3167
|
+
DirtRoads: [],
|
|
3168
|
+
Ferries: [],
|
|
3169
|
+
TollRoads: [],
|
|
3170
|
+
Tunnels: [],
|
|
3171
|
+
UTurns: []
|
|
3172
|
+
});
|
|
3173
|
+
}, "se_WaypointOptimizationAvoidanceOptions");
|
|
3174
|
+
var se_WaypointOptimizationDestinationOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3175
|
+
return (0, import_smithy_client.take)(input, {
|
|
3176
|
+
AccessHours: import_smithy_client._json,
|
|
3177
|
+
AppointmentTime: [],
|
|
3178
|
+
Heading: import_smithy_client.serializeFloat,
|
|
3179
|
+
Id: [],
|
|
3180
|
+
ServiceDuration: [],
|
|
3181
|
+
SideOfStreet: /* @__PURE__ */ __name((_) => se_WaypointOptimizationSideOfStreetOptions(_, context), "SideOfStreet")
|
|
3182
|
+
});
|
|
3183
|
+
}, "se_WaypointOptimizationDestinationOptions");
|
|
3184
|
+
var se_WaypointOptimizationPedestrianOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3185
|
+
return (0, import_smithy_client.take)(input, {
|
|
3186
|
+
Speed: import_smithy_client.serializeFloat
|
|
3187
|
+
});
|
|
3188
|
+
}, "se_WaypointOptimizationPedestrianOptions");
|
|
3189
|
+
var se_WaypointOptimizationSideOfStreetOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3190
|
+
return (0, import_smithy_client.take)(input, {
|
|
3191
|
+
Position: /* @__PURE__ */ __name((_) => se_Position(_, context), "Position"),
|
|
3192
|
+
UseWith: []
|
|
3193
|
+
});
|
|
3194
|
+
}, "se_WaypointOptimizationSideOfStreetOptions");
|
|
3195
|
+
var se_WaypointOptimizationTravelModeOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3196
|
+
return (0, import_smithy_client.take)(input, {
|
|
3197
|
+
Pedestrian: /* @__PURE__ */ __name((_) => se_WaypointOptimizationPedestrianOptions(_, context), "Pedestrian"),
|
|
3198
|
+
Truck: import_smithy_client._json
|
|
3199
|
+
});
|
|
3200
|
+
}, "se_WaypointOptimizationTravelModeOptions");
|
|
3201
|
+
var se_WaypointOptimizationWaypoint = /* @__PURE__ */ __name((input, context) => {
|
|
3202
|
+
return (0, import_smithy_client.take)(input, {
|
|
3203
|
+
AccessHours: import_smithy_client._json,
|
|
3204
|
+
AppointmentTime: [],
|
|
3205
|
+
Before: import_smithy_client._json,
|
|
3206
|
+
Heading: import_smithy_client.serializeFloat,
|
|
3207
|
+
Id: [],
|
|
3208
|
+
Position: /* @__PURE__ */ __name((_) => se_Position(_, context), "Position"),
|
|
3209
|
+
ServiceDuration: [],
|
|
3210
|
+
SideOfStreet: /* @__PURE__ */ __name((_) => se_WaypointOptimizationSideOfStreetOptions(_, context), "SideOfStreet")
|
|
3211
|
+
});
|
|
3212
|
+
}, "se_WaypointOptimizationWaypoint");
|
|
3213
|
+
var se_WaypointOptimizationWaypointList = /* @__PURE__ */ __name((input, context) => {
|
|
3214
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
3215
|
+
return se_WaypointOptimizationWaypoint(entry, context);
|
|
3216
|
+
});
|
|
3217
|
+
}, "se_WaypointOptimizationWaypointList");
|
|
3218
|
+
var de_BoundingBox = /* @__PURE__ */ __name((output, context) => {
|
|
3219
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3220
|
+
return (0, import_smithy_client.limitedParseDouble)(entry);
|
|
3221
|
+
});
|
|
3222
|
+
return retVal;
|
|
3223
|
+
}, "de_BoundingBox");
|
|
3224
|
+
var de_Circle = /* @__PURE__ */ __name((output, context) => {
|
|
3225
|
+
return (0, import_smithy_client.take)(output, {
|
|
3226
|
+
Center: /* @__PURE__ */ __name((_) => de_Position(_, context), "Center"),
|
|
3227
|
+
Radius: import_smithy_client.limitedParseDouble
|
|
3228
|
+
});
|
|
3229
|
+
}, "de_Circle");
|
|
3230
|
+
var de_Isoline = /* @__PURE__ */ __name((output, context) => {
|
|
3231
|
+
return (0, import_smithy_client.take)(output, {
|
|
3232
|
+
Connections: /* @__PURE__ */ __name((_) => de_IsolineConnectionList(_, context), "Connections"),
|
|
3233
|
+
DistanceThreshold: import_smithy_client.expectLong,
|
|
3234
|
+
Geometries: /* @__PURE__ */ __name((_) => de_IsolineShapeGeometryList(_, context), "Geometries"),
|
|
3235
|
+
TimeThreshold: import_smithy_client.expectLong
|
|
3236
|
+
});
|
|
3237
|
+
}, "de_Isoline");
|
|
3238
|
+
var de_IsolineConnection = /* @__PURE__ */ __name((output, context) => {
|
|
3239
|
+
return (0, import_smithy_client.take)(output, {
|
|
3240
|
+
FromPolygonIndex: import_smithy_client.expectInt32,
|
|
3241
|
+
Geometry: /* @__PURE__ */ __name((_) => de_IsolineConnectionGeometry(_, context), "Geometry"),
|
|
3242
|
+
ToPolygonIndex: import_smithy_client.expectInt32
|
|
3243
|
+
});
|
|
3244
|
+
}, "de_IsolineConnection");
|
|
3245
|
+
var de_IsolineConnectionGeometry = /* @__PURE__ */ __name((output, context) => {
|
|
3246
|
+
return (0, import_smithy_client.take)(output, {
|
|
3247
|
+
LineString: /* @__PURE__ */ __name((_) => de_LineString(_, context), "LineString"),
|
|
3248
|
+
Polyline: import_smithy_client.expectString
|
|
3249
|
+
});
|
|
3250
|
+
}, "de_IsolineConnectionGeometry");
|
|
3251
|
+
var de_IsolineConnectionList = /* @__PURE__ */ __name((output, context) => {
|
|
3252
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3253
|
+
return de_IsolineConnection(entry, context);
|
|
3254
|
+
});
|
|
3255
|
+
return retVal;
|
|
3256
|
+
}, "de_IsolineConnectionList");
|
|
3257
|
+
var de_IsolineList = /* @__PURE__ */ __name((output, context) => {
|
|
3258
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3259
|
+
return de_Isoline(entry, context);
|
|
3260
|
+
});
|
|
3261
|
+
return retVal;
|
|
3262
|
+
}, "de_IsolineList");
|
|
3263
|
+
var de_IsolineShapeGeometry = /* @__PURE__ */ __name((output, context) => {
|
|
3264
|
+
return (0, import_smithy_client.take)(output, {
|
|
3265
|
+
Polygon: /* @__PURE__ */ __name((_) => de_LinearRings(_, context), "Polygon"),
|
|
3266
|
+
PolylinePolygon: import_smithy_client._json
|
|
3267
|
+
});
|
|
3268
|
+
}, "de_IsolineShapeGeometry");
|
|
3269
|
+
var de_IsolineShapeGeometryList = /* @__PURE__ */ __name((output, context) => {
|
|
3270
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3271
|
+
return de_IsolineShapeGeometry(entry, context);
|
|
3272
|
+
});
|
|
3273
|
+
return retVal;
|
|
3274
|
+
}, "de_IsolineShapeGeometryList");
|
|
3275
|
+
var de_LinearRing = /* @__PURE__ */ __name((output, context) => {
|
|
3276
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3277
|
+
return de_Position(entry, context);
|
|
3278
|
+
});
|
|
3279
|
+
return retVal;
|
|
3280
|
+
}, "de_LinearRing");
|
|
3281
|
+
var de_LinearRings = /* @__PURE__ */ __name((output, context) => {
|
|
3282
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3283
|
+
return de_LinearRing(entry, context);
|
|
3284
|
+
});
|
|
3285
|
+
return retVal;
|
|
3286
|
+
}, "de_LinearRings");
|
|
3287
|
+
var de_LineString = /* @__PURE__ */ __name((output, context) => {
|
|
3288
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3289
|
+
return de_Position(entry, context);
|
|
3290
|
+
});
|
|
3291
|
+
return retVal;
|
|
3292
|
+
}, "de_LineString");
|
|
3293
|
+
var de_Position = /* @__PURE__ */ __name((output, context) => {
|
|
3294
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3295
|
+
return (0, import_smithy_client.limitedParseDouble)(entry);
|
|
3296
|
+
});
|
|
3297
|
+
return retVal;
|
|
3298
|
+
}, "de_Position");
|
|
3299
|
+
var de_Position23 = /* @__PURE__ */ __name((output, context) => {
|
|
3300
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3301
|
+
return (0, import_smithy_client.limitedParseDouble)(entry);
|
|
3302
|
+
});
|
|
3303
|
+
return retVal;
|
|
3304
|
+
}, "de_Position23");
|
|
3305
|
+
var de_RoadSnapSnappedGeometry = /* @__PURE__ */ __name((output, context) => {
|
|
3306
|
+
return (0, import_smithy_client.take)(output, {
|
|
3307
|
+
LineString: /* @__PURE__ */ __name((_) => de_LineString(_, context), "LineString"),
|
|
3308
|
+
Polyline: import_smithy_client.expectString
|
|
3309
|
+
});
|
|
3310
|
+
}, "de_RoadSnapSnappedGeometry");
|
|
3311
|
+
var de_RoadSnapSnappedTracePoint = /* @__PURE__ */ __name((output, context) => {
|
|
3312
|
+
return (0, import_smithy_client.take)(output, {
|
|
3313
|
+
Confidence: import_smithy_client.limitedParseDouble,
|
|
3314
|
+
OriginalPosition: /* @__PURE__ */ __name((_) => de_Position(_, context), "OriginalPosition"),
|
|
3315
|
+
SnappedPosition: /* @__PURE__ */ __name((_) => de_Position(_, context), "SnappedPosition")
|
|
3316
|
+
});
|
|
3317
|
+
}, "de_RoadSnapSnappedTracePoint");
|
|
3318
|
+
var de_RoadSnapSnappedTracePointList = /* @__PURE__ */ __name((output, context) => {
|
|
3319
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3320
|
+
return de_RoadSnapSnappedTracePoint(entry, context);
|
|
3321
|
+
});
|
|
3322
|
+
return retVal;
|
|
3323
|
+
}, "de_RoadSnapSnappedTracePointList");
|
|
3324
|
+
var de_Route = /* @__PURE__ */ __name((output, context) => {
|
|
3325
|
+
return (0, import_smithy_client.take)(output, {
|
|
3326
|
+
Legs: /* @__PURE__ */ __name((_) => de_RouteLegList(_, context), "Legs"),
|
|
3327
|
+
MajorRoadLabels: import_smithy_client._json,
|
|
3328
|
+
Summary: /* @__PURE__ */ __name((_) => de_RouteSummary(_, context), "Summary")
|
|
3329
|
+
});
|
|
3330
|
+
}, "de_Route");
|
|
3331
|
+
var de_RouteContinueHighwayStepDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3332
|
+
return (0, import_smithy_client.take)(output, {
|
|
3333
|
+
Intersection: import_smithy_client._json,
|
|
3334
|
+
SteeringDirection: import_smithy_client.expectString,
|
|
3335
|
+
TurnAngle: import_smithy_client.limitedParseDouble,
|
|
3336
|
+
TurnIntensity: import_smithy_client.expectString
|
|
3337
|
+
});
|
|
3338
|
+
}, "de_RouteContinueHighwayStepDetails");
|
|
3339
|
+
var de_RouteEnterHighwayStepDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3340
|
+
return (0, import_smithy_client.take)(output, {
|
|
3341
|
+
Intersection: import_smithy_client._json,
|
|
3342
|
+
SteeringDirection: import_smithy_client.expectString,
|
|
3343
|
+
TurnAngle: import_smithy_client.limitedParseDouble,
|
|
3344
|
+
TurnIntensity: import_smithy_client.expectString
|
|
3345
|
+
});
|
|
3346
|
+
}, "de_RouteEnterHighwayStepDetails");
|
|
3347
|
+
var de_RouteExitStepDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3348
|
+
return (0, import_smithy_client.take)(output, {
|
|
3349
|
+
Intersection: import_smithy_client._json,
|
|
3350
|
+
RelativeExit: import_smithy_client.expectInt32,
|
|
3351
|
+
SteeringDirection: import_smithy_client.expectString,
|
|
3352
|
+
TurnAngle: import_smithy_client.limitedParseDouble,
|
|
3353
|
+
TurnIntensity: import_smithy_client.expectString
|
|
3354
|
+
});
|
|
3355
|
+
}, "de_RouteExitStepDetails");
|
|
3356
|
+
var de_RouteFerryArrival = /* @__PURE__ */ __name((output, context) => {
|
|
3357
|
+
return (0, import_smithy_client.take)(output, {
|
|
3358
|
+
Place: /* @__PURE__ */ __name((_) => de_RouteFerryPlace(_, context), "Place"),
|
|
3359
|
+
Time: import_smithy_client.expectString
|
|
3360
|
+
});
|
|
3361
|
+
}, "de_RouteFerryArrival");
|
|
3362
|
+
var de_RouteFerryDeparture = /* @__PURE__ */ __name((output, context) => {
|
|
3363
|
+
return (0, import_smithy_client.take)(output, {
|
|
3364
|
+
Place: /* @__PURE__ */ __name((_) => de_RouteFerryPlace(_, context), "Place"),
|
|
3365
|
+
Time: import_smithy_client.expectString
|
|
3366
|
+
});
|
|
3367
|
+
}, "de_RouteFerryDeparture");
|
|
3368
|
+
var de_RouteFerryLegDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3369
|
+
return (0, import_smithy_client.take)(output, {
|
|
3370
|
+
AfterTravelSteps: import_smithy_client._json,
|
|
3371
|
+
Arrival: /* @__PURE__ */ __name((_) => de_RouteFerryArrival(_, context), "Arrival"),
|
|
3372
|
+
BeforeTravelSteps: import_smithy_client._json,
|
|
3373
|
+
Departure: /* @__PURE__ */ __name((_) => de_RouteFerryDeparture(_, context), "Departure"),
|
|
3374
|
+
Notices: import_smithy_client._json,
|
|
3375
|
+
PassThroughWaypoints: /* @__PURE__ */ __name((_) => de_RoutePassThroughWaypointList(_, context), "PassThroughWaypoints"),
|
|
3376
|
+
RouteName: import_smithy_client.expectString,
|
|
3377
|
+
Spans: import_smithy_client._json,
|
|
3378
|
+
Summary: import_smithy_client._json,
|
|
3379
|
+
TravelSteps: import_smithy_client._json
|
|
3380
|
+
});
|
|
3381
|
+
}, "de_RouteFerryLegDetails");
|
|
3382
|
+
var de_RouteFerryPlace = /* @__PURE__ */ __name((output, context) => {
|
|
3383
|
+
return (0, import_smithy_client.take)(output, {
|
|
3384
|
+
Name: import_smithy_client.expectString,
|
|
3385
|
+
OriginalPosition: /* @__PURE__ */ __name((_) => de_Position23(_, context), "OriginalPosition"),
|
|
3386
|
+
Position: /* @__PURE__ */ __name((_) => de_Position23(_, context), "Position"),
|
|
3387
|
+
WaypointIndex: import_smithy_client.expectInt32
|
|
3388
|
+
});
|
|
3389
|
+
}, "de_RouteFerryPlace");
|
|
3390
|
+
var de_RouteKeepStepDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3391
|
+
return (0, import_smithy_client.take)(output, {
|
|
3392
|
+
Intersection: import_smithy_client._json,
|
|
3393
|
+
SteeringDirection: import_smithy_client.expectString,
|
|
3394
|
+
TurnAngle: import_smithy_client.limitedParseDouble,
|
|
3395
|
+
TurnIntensity: import_smithy_client.expectString
|
|
3396
|
+
});
|
|
3397
|
+
}, "de_RouteKeepStepDetails");
|
|
3398
|
+
var de_RouteLeg = /* @__PURE__ */ __name((output, context) => {
|
|
3399
|
+
return (0, import_smithy_client.take)(output, {
|
|
3400
|
+
FerryLegDetails: /* @__PURE__ */ __name((_) => de_RouteFerryLegDetails(_, context), "FerryLegDetails"),
|
|
3401
|
+
Geometry: /* @__PURE__ */ __name((_) => de_RouteLegGeometry(_, context), "Geometry"),
|
|
3402
|
+
Language: import_smithy_client.expectString,
|
|
3403
|
+
PedestrianLegDetails: /* @__PURE__ */ __name((_) => de_RoutePedestrianLegDetails(_, context), "PedestrianLegDetails"),
|
|
3404
|
+
TravelMode: import_smithy_client.expectString,
|
|
3405
|
+
Type: import_smithy_client.expectString,
|
|
3406
|
+
VehicleLegDetails: /* @__PURE__ */ __name((_) => de_RouteVehicleLegDetails(_, context), "VehicleLegDetails")
|
|
3407
|
+
});
|
|
3408
|
+
}, "de_RouteLeg");
|
|
3409
|
+
var de_RouteLegGeometry = /* @__PURE__ */ __name((output, context) => {
|
|
3410
|
+
return (0, import_smithy_client.take)(output, {
|
|
3411
|
+
LineString: /* @__PURE__ */ __name((_) => de_LineString(_, context), "LineString"),
|
|
3412
|
+
Polyline: import_smithy_client.expectString
|
|
3413
|
+
});
|
|
3414
|
+
}, "de_RouteLegGeometry");
|
|
3415
|
+
var de_RouteLegList = /* @__PURE__ */ __name((output, context) => {
|
|
3416
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3417
|
+
return de_RouteLeg(entry, context);
|
|
3418
|
+
});
|
|
3419
|
+
return retVal;
|
|
3420
|
+
}, "de_RouteLegList");
|
|
3421
|
+
var de_RouteList = /* @__PURE__ */ __name((output, context) => {
|
|
3422
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3423
|
+
return de_Route(entry, context);
|
|
3424
|
+
});
|
|
3425
|
+
return retVal;
|
|
3426
|
+
}, "de_RouteList");
|
|
3427
|
+
var de_RouteMatrixBoundary = /* @__PURE__ */ __name((output, context) => {
|
|
3428
|
+
return (0, import_smithy_client.take)(output, {
|
|
3429
|
+
Geometry: /* @__PURE__ */ __name((_) => de_RouteMatrixBoundaryGeometry(_, context), "Geometry"),
|
|
3430
|
+
Unbounded: import_smithy_client.expectBoolean
|
|
3431
|
+
});
|
|
3432
|
+
}, "de_RouteMatrixBoundary");
|
|
3433
|
+
var de_RouteMatrixBoundaryGeometry = /* @__PURE__ */ __name((output, context) => {
|
|
3434
|
+
return (0, import_smithy_client.take)(output, {
|
|
3435
|
+
AutoCircle: import_smithy_client._json,
|
|
3436
|
+
BoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "BoundingBox"),
|
|
3437
|
+
Circle: /* @__PURE__ */ __name((_) => de_Circle(_, context), "Circle"),
|
|
3438
|
+
Polygon: /* @__PURE__ */ __name((_) => de_LinearRings(_, context), "Polygon")
|
|
3439
|
+
});
|
|
3440
|
+
}, "de_RouteMatrixBoundaryGeometry");
|
|
3441
|
+
var de_RoutePassThroughPlace = /* @__PURE__ */ __name((output, context) => {
|
|
3442
|
+
return (0, import_smithy_client.take)(output, {
|
|
3443
|
+
OriginalPosition: /* @__PURE__ */ __name((_) => de_Position23(_, context), "OriginalPosition"),
|
|
3444
|
+
Position: /* @__PURE__ */ __name((_) => de_Position23(_, context), "Position"),
|
|
3445
|
+
WaypointIndex: import_smithy_client.expectInt32
|
|
3446
|
+
});
|
|
3447
|
+
}, "de_RoutePassThroughPlace");
|
|
3448
|
+
var de_RoutePassThroughWaypoint = /* @__PURE__ */ __name((output, context) => {
|
|
3449
|
+
return (0, import_smithy_client.take)(output, {
|
|
3450
|
+
GeometryOffset: import_smithy_client.expectInt32,
|
|
3451
|
+
Place: /* @__PURE__ */ __name((_) => de_RoutePassThroughPlace(_, context), "Place")
|
|
3452
|
+
});
|
|
3453
|
+
}, "de_RoutePassThroughWaypoint");
|
|
3454
|
+
var de_RoutePassThroughWaypointList = /* @__PURE__ */ __name((output, context) => {
|
|
3455
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3456
|
+
return de_RoutePassThroughWaypoint(entry, context);
|
|
3457
|
+
});
|
|
3458
|
+
return retVal;
|
|
3459
|
+
}, "de_RoutePassThroughWaypointList");
|
|
3460
|
+
var de_RoutePedestrianArrival = /* @__PURE__ */ __name((output, context) => {
|
|
3461
|
+
return (0, import_smithy_client.take)(output, {
|
|
3462
|
+
Place: /* @__PURE__ */ __name((_) => de_RoutePedestrianPlace(_, context), "Place"),
|
|
3463
|
+
Time: import_smithy_client.expectString
|
|
3464
|
+
});
|
|
3465
|
+
}, "de_RoutePedestrianArrival");
|
|
3466
|
+
var de_RoutePedestrianDeparture = /* @__PURE__ */ __name((output, context) => {
|
|
3467
|
+
return (0, import_smithy_client.take)(output, {
|
|
3468
|
+
Place: /* @__PURE__ */ __name((_) => de_RoutePedestrianPlace(_, context), "Place"),
|
|
3469
|
+
Time: import_smithy_client.expectString
|
|
3470
|
+
});
|
|
3471
|
+
}, "de_RoutePedestrianDeparture");
|
|
3472
|
+
var de_RoutePedestrianLegDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3473
|
+
return (0, import_smithy_client.take)(output, {
|
|
3474
|
+
Arrival: /* @__PURE__ */ __name((_) => de_RoutePedestrianArrival(_, context), "Arrival"),
|
|
3475
|
+
Departure: /* @__PURE__ */ __name((_) => de_RoutePedestrianDeparture(_, context), "Departure"),
|
|
3476
|
+
Notices: import_smithy_client._json,
|
|
3477
|
+
PassThroughWaypoints: /* @__PURE__ */ __name((_) => de_RoutePassThroughWaypointList(_, context), "PassThroughWaypoints"),
|
|
3478
|
+
Spans: /* @__PURE__ */ __name((_) => de_RoutePedestrianSpanList(_, context), "Spans"),
|
|
3479
|
+
Summary: import_smithy_client._json,
|
|
3480
|
+
TravelSteps: /* @__PURE__ */ __name((_) => de_RoutePedestrianTravelStepList(_, context), "TravelSteps")
|
|
3481
|
+
});
|
|
3482
|
+
}, "de_RoutePedestrianLegDetails");
|
|
3483
|
+
var de_RoutePedestrianPlace = /* @__PURE__ */ __name((output, context) => {
|
|
3484
|
+
return (0, import_smithy_client.take)(output, {
|
|
3485
|
+
Name: import_smithy_client.expectString,
|
|
3486
|
+
OriginalPosition: /* @__PURE__ */ __name((_) => de_Position23(_, context), "OriginalPosition"),
|
|
3487
|
+
Position: /* @__PURE__ */ __name((_) => de_Position23(_, context), "Position"),
|
|
3488
|
+
SideOfStreet: import_smithy_client.expectString,
|
|
3489
|
+
WaypointIndex: import_smithy_client.expectInt32
|
|
3490
|
+
});
|
|
3491
|
+
}, "de_RoutePedestrianPlace");
|
|
3492
|
+
var de_RoutePedestrianSpan = /* @__PURE__ */ __name((output, context) => {
|
|
3493
|
+
return (0, import_smithy_client.take)(output, {
|
|
3494
|
+
BestCaseDuration: import_smithy_client.expectLong,
|
|
3495
|
+
Country: import_smithy_client.expectString,
|
|
3496
|
+
Distance: import_smithy_client.expectLong,
|
|
3497
|
+
Duration: import_smithy_client.expectLong,
|
|
3498
|
+
DynamicSpeed: /* @__PURE__ */ __name((_) => de_RouteSpanDynamicSpeedDetails(_, context), "DynamicSpeed"),
|
|
3499
|
+
FunctionalClassification: import_smithy_client.expectInt32,
|
|
3500
|
+
GeometryOffset: import_smithy_client.expectInt32,
|
|
3501
|
+
Incidents: import_smithy_client._json,
|
|
3502
|
+
Names: import_smithy_client._json,
|
|
3503
|
+
PedestrianAccess: import_smithy_client._json,
|
|
3504
|
+
Region: import_smithy_client.expectString,
|
|
3505
|
+
RoadAttributes: import_smithy_client._json,
|
|
3506
|
+
RouteNumbers: import_smithy_client._json,
|
|
3507
|
+
SpeedLimit: /* @__PURE__ */ __name((_) => de_RouteSpanSpeedLimitDetails(_, context), "SpeedLimit"),
|
|
3508
|
+
TypicalDuration: import_smithy_client.expectLong
|
|
3509
|
+
});
|
|
3510
|
+
}, "de_RoutePedestrianSpan");
|
|
3511
|
+
var de_RoutePedestrianSpanList = /* @__PURE__ */ __name((output, context) => {
|
|
3512
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3513
|
+
return de_RoutePedestrianSpan(entry, context);
|
|
3514
|
+
});
|
|
3515
|
+
return retVal;
|
|
3516
|
+
}, "de_RoutePedestrianSpanList");
|
|
3517
|
+
var de_RoutePedestrianTravelStep = /* @__PURE__ */ __name((output, context) => {
|
|
3518
|
+
return (0, import_smithy_client.take)(output, {
|
|
3519
|
+
ContinueStepDetails: import_smithy_client._json,
|
|
3520
|
+
CurrentRoad: import_smithy_client._json,
|
|
3521
|
+
Distance: import_smithy_client.expectLong,
|
|
3522
|
+
Duration: import_smithy_client.expectLong,
|
|
3523
|
+
ExitNumber: import_smithy_client._json,
|
|
3524
|
+
GeometryOffset: import_smithy_client.expectInt32,
|
|
3525
|
+
Instruction: import_smithy_client.expectString,
|
|
3526
|
+
KeepStepDetails: /* @__PURE__ */ __name((_) => de_RouteKeepStepDetails(_, context), "KeepStepDetails"),
|
|
3527
|
+
NextRoad: import_smithy_client._json,
|
|
3528
|
+
RoundaboutEnterStepDetails: /* @__PURE__ */ __name((_) => de_RouteRoundaboutEnterStepDetails(_, context), "RoundaboutEnterStepDetails"),
|
|
3529
|
+
RoundaboutExitStepDetails: /* @__PURE__ */ __name((_) => de_RouteRoundaboutExitStepDetails(_, context), "RoundaboutExitStepDetails"),
|
|
3530
|
+
RoundaboutPassStepDetails: /* @__PURE__ */ __name((_) => de_RouteRoundaboutPassStepDetails(_, context), "RoundaboutPassStepDetails"),
|
|
3531
|
+
Signpost: import_smithy_client._json,
|
|
3532
|
+
TurnStepDetails: /* @__PURE__ */ __name((_) => de_RouteTurnStepDetails(_, context), "TurnStepDetails"),
|
|
3533
|
+
Type: import_smithy_client.expectString
|
|
3534
|
+
});
|
|
3535
|
+
}, "de_RoutePedestrianTravelStep");
|
|
3536
|
+
var de_RoutePedestrianTravelStepList = /* @__PURE__ */ __name((output, context) => {
|
|
3537
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3538
|
+
return de_RoutePedestrianTravelStep(entry, context);
|
|
3539
|
+
});
|
|
3540
|
+
return retVal;
|
|
3541
|
+
}, "de_RoutePedestrianTravelStepList");
|
|
3542
|
+
var de_RouteRampStepDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3543
|
+
return (0, import_smithy_client.take)(output, {
|
|
3544
|
+
Intersection: import_smithy_client._json,
|
|
3545
|
+
SteeringDirection: import_smithy_client.expectString,
|
|
3546
|
+
TurnAngle: import_smithy_client.limitedParseDouble,
|
|
3547
|
+
TurnIntensity: import_smithy_client.expectString
|
|
3548
|
+
});
|
|
3549
|
+
}, "de_RouteRampStepDetails");
|
|
3550
|
+
var de_RouteRoundaboutEnterStepDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3551
|
+
return (0, import_smithy_client.take)(output, {
|
|
3552
|
+
Intersection: import_smithy_client._json,
|
|
3553
|
+
SteeringDirection: import_smithy_client.expectString,
|
|
3554
|
+
TurnAngle: import_smithy_client.limitedParseDouble,
|
|
3555
|
+
TurnIntensity: import_smithy_client.expectString
|
|
3556
|
+
});
|
|
3557
|
+
}, "de_RouteRoundaboutEnterStepDetails");
|
|
3558
|
+
var de_RouteRoundaboutExitStepDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3559
|
+
return (0, import_smithy_client.take)(output, {
|
|
3560
|
+
Intersection: import_smithy_client._json,
|
|
3561
|
+
RelativeExit: import_smithy_client.expectInt32,
|
|
3562
|
+
RoundaboutAngle: import_smithy_client.limitedParseDouble,
|
|
3563
|
+
SteeringDirection: import_smithy_client.expectString
|
|
3564
|
+
});
|
|
3565
|
+
}, "de_RouteRoundaboutExitStepDetails");
|
|
3566
|
+
var de_RouteRoundaboutPassStepDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3567
|
+
return (0, import_smithy_client.take)(output, {
|
|
3568
|
+
Intersection: import_smithy_client._json,
|
|
3569
|
+
SteeringDirection: import_smithy_client.expectString,
|
|
3570
|
+
TurnAngle: import_smithy_client.limitedParseDouble,
|
|
3571
|
+
TurnIntensity: import_smithy_client.expectString
|
|
3572
|
+
});
|
|
3573
|
+
}, "de_RouteRoundaboutPassStepDetails");
|
|
3574
|
+
var de_RouteSpanDynamicSpeedDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3575
|
+
return (0, import_smithy_client.take)(output, {
|
|
3576
|
+
BestCaseSpeed: import_smithy_client.limitedParseDouble,
|
|
3577
|
+
TurnDuration: import_smithy_client.expectLong,
|
|
3578
|
+
TypicalSpeed: import_smithy_client.limitedParseDouble
|
|
3579
|
+
});
|
|
3580
|
+
}, "de_RouteSpanDynamicSpeedDetails");
|
|
3581
|
+
var de_RouteSpanSpeedLimitDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3582
|
+
return (0, import_smithy_client.take)(output, {
|
|
3583
|
+
MaxSpeed: import_smithy_client.limitedParseDouble,
|
|
3584
|
+
Unlimited: import_smithy_client.expectBoolean
|
|
3585
|
+
});
|
|
3586
|
+
}, "de_RouteSpanSpeedLimitDetails");
|
|
3587
|
+
var de_RouteSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3588
|
+
return (0, import_smithy_client.take)(output, {
|
|
3589
|
+
Distance: import_smithy_client.expectLong,
|
|
3590
|
+
Duration: import_smithy_client.expectLong,
|
|
3591
|
+
Tolls: /* @__PURE__ */ __name((_) => de_RouteTollSummary(_, context), "Tolls")
|
|
3592
|
+
});
|
|
3593
|
+
}, "de_RouteSummary");
|
|
3594
|
+
var de_RouteToll = /* @__PURE__ */ __name((output, context) => {
|
|
3595
|
+
return (0, import_smithy_client.take)(output, {
|
|
3596
|
+
Country: import_smithy_client.expectString,
|
|
3597
|
+
PaymentSites: /* @__PURE__ */ __name((_) => de_RouteTollPaymentSiteList(_, context), "PaymentSites"),
|
|
3598
|
+
Rates: /* @__PURE__ */ __name((_) => de_RouteTollRateList(_, context), "Rates"),
|
|
3599
|
+
Systems: import_smithy_client._json
|
|
3600
|
+
});
|
|
3601
|
+
}, "de_RouteToll");
|
|
3602
|
+
var de_RouteTollList = /* @__PURE__ */ __name((output, context) => {
|
|
3603
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3604
|
+
return de_RouteToll(entry, context);
|
|
3605
|
+
});
|
|
3606
|
+
return retVal;
|
|
3607
|
+
}, "de_RouteTollList");
|
|
3608
|
+
var de_RouteTollPaymentSite = /* @__PURE__ */ __name((output, context) => {
|
|
3609
|
+
return (0, import_smithy_client.take)(output, {
|
|
3610
|
+
Name: import_smithy_client.expectString,
|
|
3611
|
+
Position: /* @__PURE__ */ __name((_) => de_Position23(_, context), "Position")
|
|
3612
|
+
});
|
|
3613
|
+
}, "de_RouteTollPaymentSite");
|
|
3614
|
+
var de_RouteTollPaymentSiteList = /* @__PURE__ */ __name((output, context) => {
|
|
3615
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3616
|
+
return de_RouteTollPaymentSite(entry, context);
|
|
3617
|
+
});
|
|
3618
|
+
return retVal;
|
|
3619
|
+
}, "de_RouteTollPaymentSiteList");
|
|
3620
|
+
var de_RouteTollPrice = /* @__PURE__ */ __name((output, context) => {
|
|
3621
|
+
return (0, import_smithy_client.take)(output, {
|
|
3622
|
+
Currency: import_smithy_client.expectString,
|
|
3623
|
+
Estimate: import_smithy_client.expectBoolean,
|
|
3624
|
+
PerDuration: import_smithy_client.expectLong,
|
|
3625
|
+
Range: import_smithy_client.expectBoolean,
|
|
3626
|
+
RangeValue: /* @__PURE__ */ __name((_) => de_RouteTollPriceValueRange(_, context), "RangeValue"),
|
|
3627
|
+
Value: import_smithy_client.limitedParseDouble
|
|
3628
|
+
});
|
|
3629
|
+
}, "de_RouteTollPrice");
|
|
3630
|
+
var de_RouteTollPriceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3631
|
+
return (0, import_smithy_client.take)(output, {
|
|
3632
|
+
Currency: import_smithy_client.expectString,
|
|
3633
|
+
Estimate: import_smithy_client.expectBoolean,
|
|
3634
|
+
Range: import_smithy_client.expectBoolean,
|
|
3635
|
+
RangeValue: /* @__PURE__ */ __name((_) => de_RouteTollPriceValueRange(_, context), "RangeValue"),
|
|
3636
|
+
Value: import_smithy_client.limitedParseDouble
|
|
3637
|
+
});
|
|
3638
|
+
}, "de_RouteTollPriceSummary");
|
|
3639
|
+
var de_RouteTollPriceValueRange = /* @__PURE__ */ __name((output, context) => {
|
|
3640
|
+
return (0, import_smithy_client.take)(output, {
|
|
3641
|
+
Max: import_smithy_client.limitedParseDouble,
|
|
3642
|
+
Min: import_smithy_client.limitedParseDouble
|
|
3643
|
+
});
|
|
3644
|
+
}, "de_RouteTollPriceValueRange");
|
|
3645
|
+
var de_RouteTollRate = /* @__PURE__ */ __name((output, context) => {
|
|
3646
|
+
return (0, import_smithy_client.take)(output, {
|
|
3647
|
+
ApplicableTimes: import_smithy_client.expectString,
|
|
3648
|
+
ConvertedPrice: /* @__PURE__ */ __name((_) => de_RouteTollPrice(_, context), "ConvertedPrice"),
|
|
3649
|
+
Id: import_smithy_client.expectString,
|
|
3650
|
+
LocalPrice: /* @__PURE__ */ __name((_) => de_RouteTollPrice(_, context), "LocalPrice"),
|
|
3651
|
+
Name: import_smithy_client.expectString,
|
|
3652
|
+
Pass: import_smithy_client._json,
|
|
3653
|
+
PaymentMethods: import_smithy_client._json,
|
|
3654
|
+
Transponders: import_smithy_client._json
|
|
3655
|
+
});
|
|
3656
|
+
}, "de_RouteTollRate");
|
|
3657
|
+
var de_RouteTollRateList = /* @__PURE__ */ __name((output, context) => {
|
|
3658
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3659
|
+
return de_RouteTollRate(entry, context);
|
|
3660
|
+
});
|
|
3661
|
+
return retVal;
|
|
3662
|
+
}, "de_RouteTollRateList");
|
|
3663
|
+
var de_RouteTollSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3664
|
+
return (0, import_smithy_client.take)(output, {
|
|
3665
|
+
Total: /* @__PURE__ */ __name((_) => de_RouteTollPriceSummary(_, context), "Total")
|
|
3666
|
+
});
|
|
3667
|
+
}, "de_RouteTollSummary");
|
|
3668
|
+
var de_RouteTurnStepDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3669
|
+
return (0, import_smithy_client.take)(output, {
|
|
3670
|
+
Intersection: import_smithy_client._json,
|
|
3671
|
+
SteeringDirection: import_smithy_client.expectString,
|
|
3672
|
+
TurnAngle: import_smithy_client.limitedParseDouble,
|
|
3673
|
+
TurnIntensity: import_smithy_client.expectString
|
|
3674
|
+
});
|
|
3675
|
+
}, "de_RouteTurnStepDetails");
|
|
3676
|
+
var de_RouteUTurnStepDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3677
|
+
return (0, import_smithy_client.take)(output, {
|
|
3678
|
+
Intersection: import_smithy_client._json,
|
|
3679
|
+
SteeringDirection: import_smithy_client.expectString,
|
|
3680
|
+
TurnAngle: import_smithy_client.limitedParseDouble,
|
|
3681
|
+
TurnIntensity: import_smithy_client.expectString
|
|
3682
|
+
});
|
|
3683
|
+
}, "de_RouteUTurnStepDetails");
|
|
3684
|
+
var de_RouteVehicleArrival = /* @__PURE__ */ __name((output, context) => {
|
|
3685
|
+
return (0, import_smithy_client.take)(output, {
|
|
3686
|
+
Place: /* @__PURE__ */ __name((_) => de_RouteVehiclePlace(_, context), "Place"),
|
|
3687
|
+
Time: import_smithy_client.expectString
|
|
3688
|
+
});
|
|
3689
|
+
}, "de_RouteVehicleArrival");
|
|
3690
|
+
var de_RouteVehicleDeparture = /* @__PURE__ */ __name((output, context) => {
|
|
3691
|
+
return (0, import_smithy_client.take)(output, {
|
|
3692
|
+
Place: /* @__PURE__ */ __name((_) => de_RouteVehiclePlace(_, context), "Place"),
|
|
3693
|
+
Time: import_smithy_client.expectString
|
|
3694
|
+
});
|
|
3695
|
+
}, "de_RouteVehicleDeparture");
|
|
3696
|
+
var de_RouteVehicleLegDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3697
|
+
return (0, import_smithy_client.take)(output, {
|
|
3698
|
+
Arrival: /* @__PURE__ */ __name((_) => de_RouteVehicleArrival(_, context), "Arrival"),
|
|
3699
|
+
Departure: /* @__PURE__ */ __name((_) => de_RouteVehicleDeparture(_, context), "Departure"),
|
|
3700
|
+
Incidents: import_smithy_client._json,
|
|
3701
|
+
Notices: import_smithy_client._json,
|
|
3702
|
+
PassThroughWaypoints: /* @__PURE__ */ __name((_) => de_RoutePassThroughWaypointList(_, context), "PassThroughWaypoints"),
|
|
3703
|
+
Spans: /* @__PURE__ */ __name((_) => de_RouteVehicleSpanList(_, context), "Spans"),
|
|
3704
|
+
Summary: import_smithy_client._json,
|
|
3705
|
+
TollSystems: import_smithy_client._json,
|
|
3706
|
+
Tolls: /* @__PURE__ */ __name((_) => de_RouteTollList(_, context), "Tolls"),
|
|
3707
|
+
TravelSteps: /* @__PURE__ */ __name((_) => de_RouteVehicleTravelStepList(_, context), "TravelSteps"),
|
|
3708
|
+
TruckRoadTypes: import_smithy_client._json,
|
|
3709
|
+
Zones: import_smithy_client._json
|
|
3710
|
+
});
|
|
3711
|
+
}, "de_RouteVehicleLegDetails");
|
|
3712
|
+
var de_RouteVehiclePlace = /* @__PURE__ */ __name((output, context) => {
|
|
3713
|
+
return (0, import_smithy_client.take)(output, {
|
|
3714
|
+
Name: import_smithy_client.expectString,
|
|
3715
|
+
OriginalPosition: /* @__PURE__ */ __name((_) => de_Position23(_, context), "OriginalPosition"),
|
|
3716
|
+
Position: /* @__PURE__ */ __name((_) => de_Position23(_, context), "Position"),
|
|
3717
|
+
SideOfStreet: import_smithy_client.expectString,
|
|
3718
|
+
WaypointIndex: import_smithy_client.expectInt32
|
|
3719
|
+
});
|
|
3720
|
+
}, "de_RouteVehiclePlace");
|
|
3721
|
+
var de_RouteVehicleSpan = /* @__PURE__ */ __name((output, context) => {
|
|
3722
|
+
return (0, import_smithy_client.take)(output, {
|
|
3723
|
+
BestCaseDuration: import_smithy_client.expectLong,
|
|
3724
|
+
CarAccess: import_smithy_client._json,
|
|
3725
|
+
Country: import_smithy_client.expectString,
|
|
3726
|
+
Distance: import_smithy_client.expectLong,
|
|
3727
|
+
Duration: import_smithy_client.expectLong,
|
|
3728
|
+
DynamicSpeed: /* @__PURE__ */ __name((_) => de_RouteSpanDynamicSpeedDetails(_, context), "DynamicSpeed"),
|
|
3729
|
+
FunctionalClassification: import_smithy_client.expectInt32,
|
|
3730
|
+
Gate: import_smithy_client.expectString,
|
|
3731
|
+
GeometryOffset: import_smithy_client.expectInt32,
|
|
3732
|
+
Incidents: import_smithy_client._json,
|
|
3733
|
+
Names: import_smithy_client._json,
|
|
3734
|
+
Notices: import_smithy_client._json,
|
|
3735
|
+
RailwayCrossing: import_smithy_client.expectString,
|
|
3736
|
+
Region: import_smithy_client.expectString,
|
|
3737
|
+
RoadAttributes: import_smithy_client._json,
|
|
3738
|
+
RouteNumbers: import_smithy_client._json,
|
|
3739
|
+
ScooterAccess: import_smithy_client._json,
|
|
3740
|
+
SpeedLimit: /* @__PURE__ */ __name((_) => de_RouteSpanSpeedLimitDetails(_, context), "SpeedLimit"),
|
|
3741
|
+
TollSystems: import_smithy_client._json,
|
|
3742
|
+
TruckAccess: import_smithy_client._json,
|
|
3743
|
+
TruckRoadTypes: import_smithy_client._json,
|
|
3744
|
+
TypicalDuration: import_smithy_client.expectLong,
|
|
3745
|
+
Zones: import_smithy_client._json
|
|
3746
|
+
});
|
|
3747
|
+
}, "de_RouteVehicleSpan");
|
|
3748
|
+
var de_RouteVehicleSpanList = /* @__PURE__ */ __name((output, context) => {
|
|
3749
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3750
|
+
return de_RouteVehicleSpan(entry, context);
|
|
3751
|
+
});
|
|
3752
|
+
return retVal;
|
|
3753
|
+
}, "de_RouteVehicleSpanList");
|
|
3754
|
+
var de_RouteVehicleTravelStep = /* @__PURE__ */ __name((output, context) => {
|
|
3755
|
+
return (0, import_smithy_client.take)(output, {
|
|
3756
|
+
ContinueHighwayStepDetails: /* @__PURE__ */ __name((_) => de_RouteContinueHighwayStepDetails(_, context), "ContinueHighwayStepDetails"),
|
|
3757
|
+
ContinueStepDetails: import_smithy_client._json,
|
|
3758
|
+
CurrentRoad: import_smithy_client._json,
|
|
3759
|
+
Distance: import_smithy_client.expectLong,
|
|
3760
|
+
Duration: import_smithy_client.expectLong,
|
|
3761
|
+
EnterHighwayStepDetails: /* @__PURE__ */ __name((_) => de_RouteEnterHighwayStepDetails(_, context), "EnterHighwayStepDetails"),
|
|
3762
|
+
ExitNumber: import_smithy_client._json,
|
|
3763
|
+
ExitStepDetails: /* @__PURE__ */ __name((_) => de_RouteExitStepDetails(_, context), "ExitStepDetails"),
|
|
3764
|
+
GeometryOffset: import_smithy_client.expectInt32,
|
|
3765
|
+
Instruction: import_smithy_client.expectString,
|
|
3766
|
+
KeepStepDetails: /* @__PURE__ */ __name((_) => de_RouteKeepStepDetails(_, context), "KeepStepDetails"),
|
|
3767
|
+
NextRoad: import_smithy_client._json,
|
|
3768
|
+
RampStepDetails: /* @__PURE__ */ __name((_) => de_RouteRampStepDetails(_, context), "RampStepDetails"),
|
|
3769
|
+
RoundaboutEnterStepDetails: /* @__PURE__ */ __name((_) => de_RouteRoundaboutEnterStepDetails(_, context), "RoundaboutEnterStepDetails"),
|
|
3770
|
+
RoundaboutExitStepDetails: /* @__PURE__ */ __name((_) => de_RouteRoundaboutExitStepDetails(_, context), "RoundaboutExitStepDetails"),
|
|
3771
|
+
RoundaboutPassStepDetails: /* @__PURE__ */ __name((_) => de_RouteRoundaboutPassStepDetails(_, context), "RoundaboutPassStepDetails"),
|
|
3772
|
+
Signpost: import_smithy_client._json,
|
|
3773
|
+
TurnStepDetails: /* @__PURE__ */ __name((_) => de_RouteTurnStepDetails(_, context), "TurnStepDetails"),
|
|
3774
|
+
Type: import_smithy_client.expectString,
|
|
3775
|
+
UTurnStepDetails: /* @__PURE__ */ __name((_) => de_RouteUTurnStepDetails(_, context), "UTurnStepDetails")
|
|
3776
|
+
});
|
|
3777
|
+
}, "de_RouteVehicleTravelStep");
|
|
3778
|
+
var de_RouteVehicleTravelStepList = /* @__PURE__ */ __name((output, context) => {
|
|
3779
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3780
|
+
return de_RouteVehicleTravelStep(entry, context);
|
|
3781
|
+
});
|
|
3782
|
+
return retVal;
|
|
3783
|
+
}, "de_RouteVehicleTravelStepList");
|
|
3784
|
+
var de_ValidationExceptionField = /* @__PURE__ */ __name((output, context) => {
|
|
3785
|
+
return (0, import_smithy_client.take)(output, {
|
|
3786
|
+
Message: [, import_smithy_client.expectString, `message`],
|
|
3787
|
+
Name: [, import_smithy_client.expectString, `name`]
|
|
3788
|
+
});
|
|
3789
|
+
}, "de_ValidationExceptionField");
|
|
3790
|
+
var de_ValidationExceptionFieldList = /* @__PURE__ */ __name((output, context) => {
|
|
3791
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3792
|
+
return de_ValidationExceptionField(entry, context);
|
|
3793
|
+
});
|
|
3794
|
+
return retVal;
|
|
3795
|
+
}, "de_ValidationExceptionFieldList");
|
|
3796
|
+
var de_WaypointOptimizationImpedingWaypoint = /* @__PURE__ */ __name((output, context) => {
|
|
3797
|
+
return (0, import_smithy_client.take)(output, {
|
|
3798
|
+
FailedConstraints: import_smithy_client._json,
|
|
3799
|
+
Id: import_smithy_client.expectString,
|
|
3800
|
+
Position: /* @__PURE__ */ __name((_) => de_Position(_, context), "Position")
|
|
3801
|
+
});
|
|
3802
|
+
}, "de_WaypointOptimizationImpedingWaypoint");
|
|
3803
|
+
var de_WaypointOptimizationImpedingWaypointList = /* @__PURE__ */ __name((output, context) => {
|
|
3804
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3805
|
+
return de_WaypointOptimizationImpedingWaypoint(entry, context);
|
|
3806
|
+
});
|
|
3807
|
+
return retVal;
|
|
3808
|
+
}, "de_WaypointOptimizationImpedingWaypointList");
|
|
3809
|
+
var de_WaypointOptimizationOptimizedWaypoint = /* @__PURE__ */ __name((output, context) => {
|
|
3810
|
+
return (0, import_smithy_client.take)(output, {
|
|
3811
|
+
ArrivalTime: import_smithy_client.expectString,
|
|
3812
|
+
ClusterIndex: import_smithy_client.expectInt32,
|
|
3813
|
+
DepartureTime: import_smithy_client.expectString,
|
|
3814
|
+
Id: import_smithy_client.expectString,
|
|
3815
|
+
Position: /* @__PURE__ */ __name((_) => de_Position(_, context), "Position")
|
|
3816
|
+
});
|
|
3817
|
+
}, "de_WaypointOptimizationOptimizedWaypoint");
|
|
3818
|
+
var de_WaypointOptimizationOptimizedWaypointList = /* @__PURE__ */ __name((output, context) => {
|
|
3819
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3820
|
+
return de_WaypointOptimizationOptimizedWaypoint(entry, context);
|
|
3821
|
+
});
|
|
3822
|
+
return retVal;
|
|
3823
|
+
}, "de_WaypointOptimizationOptimizedWaypointList");
|
|
3824
|
+
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
3825
|
+
httpStatusCode: output.statusCode,
|
|
3826
|
+
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
3827
|
+
extendedRequestId: output.headers["x-amz-id-2"],
|
|
3828
|
+
cfId: output.headers["x-amz-cf-id"]
|
|
3829
|
+
}), "deserializeMetadata");
|
|
3830
|
+
var _K = "Key";
|
|
3831
|
+
var _PB = "PricingBucket";
|
|
3832
|
+
var _k = "key";
|
|
3833
|
+
var _xagpb = "x-amz-geo-pricing-bucket";
|
|
3834
|
+
|
|
3835
|
+
// src/commands/CalculateIsolinesCommand.ts
|
|
3836
|
+
var CalculateIsolinesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3837
|
+
return [
|
|
3838
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3839
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3840
|
+
];
|
|
3841
|
+
}).s("RoutesService", "CalculateIsolines", {}).n("GeoRoutesClient", "CalculateIsolinesCommand").f(CalculateIsolinesRequestFilterSensitiveLog, CalculateIsolinesResponseFilterSensitiveLog).ser(se_CalculateIsolinesCommand).de(de_CalculateIsolinesCommand).build() {
|
|
3842
|
+
static {
|
|
3843
|
+
__name(this, "CalculateIsolinesCommand");
|
|
3844
|
+
}
|
|
3845
|
+
};
|
|
3846
|
+
|
|
3847
|
+
// src/commands/CalculateRouteMatrixCommand.ts
|
|
3848
|
+
|
|
3849
|
+
|
|
3850
|
+
|
|
3851
|
+
var CalculateRouteMatrixCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3852
|
+
return [
|
|
3853
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3854
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3855
|
+
];
|
|
3856
|
+
}).s("RoutesService", "CalculateRouteMatrix", {}).n("GeoRoutesClient", "CalculateRouteMatrixCommand").f(CalculateRouteMatrixRequestFilterSensitiveLog, CalculateRouteMatrixResponseFilterSensitiveLog).ser(se_CalculateRouteMatrixCommand).de(de_CalculateRouteMatrixCommand).build() {
|
|
3857
|
+
static {
|
|
3858
|
+
__name(this, "CalculateRouteMatrixCommand");
|
|
3859
|
+
}
|
|
3860
|
+
};
|
|
3861
|
+
|
|
3862
|
+
// src/commands/CalculateRoutesCommand.ts
|
|
3863
|
+
|
|
3864
|
+
|
|
3865
|
+
|
|
3866
|
+
var CalculateRoutesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3867
|
+
return [
|
|
3868
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3869
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3870
|
+
];
|
|
3871
|
+
}).s("RoutesService", "CalculateRoutes", {}).n("GeoRoutesClient", "CalculateRoutesCommand").f(CalculateRoutesRequestFilterSensitiveLog, CalculateRoutesResponseFilterSensitiveLog).ser(se_CalculateRoutesCommand).de(de_CalculateRoutesCommand).build() {
|
|
3872
|
+
static {
|
|
3873
|
+
__name(this, "CalculateRoutesCommand");
|
|
3874
|
+
}
|
|
3875
|
+
};
|
|
3876
|
+
|
|
3877
|
+
// src/commands/OptimizeWaypointsCommand.ts
|
|
3878
|
+
|
|
3879
|
+
|
|
3880
|
+
|
|
3881
|
+
var OptimizeWaypointsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3882
|
+
return [
|
|
3883
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3884
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3885
|
+
];
|
|
3886
|
+
}).s("RoutesService", "OptimizeWaypoints", {}).n("GeoRoutesClient", "OptimizeWaypointsCommand").f(OptimizeWaypointsRequestFilterSensitiveLog, OptimizeWaypointsResponseFilterSensitiveLog).ser(se_OptimizeWaypointsCommand).de(de_OptimizeWaypointsCommand).build() {
|
|
3887
|
+
static {
|
|
3888
|
+
__name(this, "OptimizeWaypointsCommand");
|
|
3889
|
+
}
|
|
3890
|
+
};
|
|
3891
|
+
|
|
3892
|
+
// src/commands/SnapToRoadsCommand.ts
|
|
3893
|
+
|
|
3894
|
+
|
|
3895
|
+
|
|
3896
|
+
var SnapToRoadsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3897
|
+
return [
|
|
3898
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3899
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3900
|
+
];
|
|
3901
|
+
}).s("RoutesService", "SnapToRoads", {}).n("GeoRoutesClient", "SnapToRoadsCommand").f(SnapToRoadsRequestFilterSensitiveLog, SnapToRoadsResponseFilterSensitiveLog).ser(se_SnapToRoadsCommand).de(de_SnapToRoadsCommand).build() {
|
|
3902
|
+
static {
|
|
3903
|
+
__name(this, "SnapToRoadsCommand");
|
|
3904
|
+
}
|
|
3905
|
+
};
|
|
3906
|
+
|
|
3907
|
+
// src/GeoRoutes.ts
|
|
3908
|
+
var commands = {
|
|
3909
|
+
CalculateIsolinesCommand,
|
|
3910
|
+
CalculateRouteMatrixCommand,
|
|
3911
|
+
CalculateRoutesCommand,
|
|
3912
|
+
OptimizeWaypointsCommand,
|
|
3913
|
+
SnapToRoadsCommand
|
|
3914
|
+
};
|
|
3915
|
+
var GeoRoutes = class extends GeoRoutesClient {
|
|
3916
|
+
static {
|
|
3917
|
+
__name(this, "GeoRoutes");
|
|
3918
|
+
}
|
|
3919
|
+
};
|
|
3920
|
+
(0, import_smithy_client.createAggregatedClient)(commands, GeoRoutes);
|
|
3921
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
3922
|
+
|
|
3923
|
+
0 && (module.exports = {
|
|
3924
|
+
GeoRoutesServiceException,
|
|
3925
|
+
__Client,
|
|
3926
|
+
GeoRoutesClient,
|
|
3927
|
+
GeoRoutes,
|
|
3928
|
+
$Command,
|
|
3929
|
+
CalculateIsolinesCommand,
|
|
3930
|
+
CalculateRouteMatrixCommand,
|
|
3931
|
+
CalculateRoutesCommand,
|
|
3932
|
+
OptimizeWaypointsCommand,
|
|
3933
|
+
SnapToRoadsCommand,
|
|
3934
|
+
AccessDeniedException,
|
|
3935
|
+
IsolineZoneCategory,
|
|
3936
|
+
MatchingStrategy,
|
|
3937
|
+
SideOfStreetMatchingStrategy,
|
|
3938
|
+
GeometryFormat,
|
|
3939
|
+
IsolineOptimizationObjective,
|
|
3940
|
+
RoutingObjective,
|
|
3941
|
+
TrafficUsage,
|
|
3942
|
+
IsolineTravelMode,
|
|
3943
|
+
IsolineEngineType,
|
|
3944
|
+
IsolineHazardousCargoType,
|
|
3945
|
+
IsolineTruckType,
|
|
3946
|
+
InternalServerException,
|
|
3947
|
+
ThrottlingException,
|
|
3948
|
+
ValidationExceptionReason,
|
|
3949
|
+
ValidationException,
|
|
3950
|
+
RouteMatrixZoneCategory,
|
|
3951
|
+
RouteMatrixTravelMode,
|
|
3952
|
+
RouteMatrixHazardousCargoType,
|
|
3953
|
+
RouteMatrixTruckType,
|
|
3954
|
+
RouteMatrixErrorCode,
|
|
3955
|
+
RouteZoneCategory,
|
|
3956
|
+
MeasurementSystem,
|
|
3957
|
+
RouteLegAdditionalFeature,
|
|
3958
|
+
RouteSpanAdditionalFeature,
|
|
3959
|
+
RouteTollVehicleCategory,
|
|
3960
|
+
RouteTravelMode,
|
|
3961
|
+
RouteEngineType,
|
|
3962
|
+
RouteHazardousCargoType,
|
|
3963
|
+
RouteTruckType,
|
|
3964
|
+
RouteTravelStepType,
|
|
3965
|
+
RouteResponseNoticeCode,
|
|
3966
|
+
RouteNoticeImpact,
|
|
3967
|
+
RouteFerryAfterTravelStepType,
|
|
3968
|
+
RouteFerryBeforeTravelStepType,
|
|
3969
|
+
RouteFerryNoticeCode,
|
|
3970
|
+
RouteFerryTravelStepType,
|
|
3971
|
+
RouteSideOfStreet,
|
|
3972
|
+
RoutePedestrianNoticeCode,
|
|
3973
|
+
RouteSpanPedestrianAccessAttribute,
|
|
3974
|
+
RouteSpanRoadAttribute,
|
|
3975
|
+
RouteDirection,
|
|
3976
|
+
RouteRoadType,
|
|
3977
|
+
RouteSteeringDirection,
|
|
3978
|
+
RouteTurnIntensity,
|
|
3979
|
+
RoutePedestrianTravelStepType,
|
|
3980
|
+
RouteLegTravelMode,
|
|
3981
|
+
RouteLegType,
|
|
3982
|
+
RouteVehicleIncidentSeverity,
|
|
3983
|
+
RouteVehicleIncidentType,
|
|
3984
|
+
RouteVehicleNoticeCode,
|
|
3985
|
+
RouteWeightConstraintType,
|
|
3986
|
+
RouteSpanCarAccessAttribute,
|
|
3987
|
+
RouteSpanGateAttribute,
|
|
3988
|
+
RouteSpanRailwayCrossingAttribute,
|
|
3989
|
+
RouteSpanScooterAccessAttribute,
|
|
3990
|
+
RouteSpanTruckAccessAttribute,
|
|
3991
|
+
RouteTollPassValidityPeriodType,
|
|
3992
|
+
RouteTollPaymentMethod,
|
|
3993
|
+
RouteVehicleTravelStepType,
|
|
3994
|
+
DayOfWeek,
|
|
3995
|
+
WaypointOptimizationClusteringAlgorithm,
|
|
3996
|
+
WaypointOptimizationServiceTimeTreatment,
|
|
3997
|
+
WaypointOptimizationSequencingObjective,
|
|
3998
|
+
WaypointOptimizationTravelMode,
|
|
3999
|
+
WaypointOptimizationHazardousCargoType,
|
|
4000
|
+
WaypointOptimizationTruckType,
|
|
4001
|
+
WaypointOptimizationConstraint,
|
|
4002
|
+
RoadSnapTravelMode,
|
|
4003
|
+
RoadSnapHazardousCargoType,
|
|
4004
|
+
RoadSnapNoticeCode,
|
|
4005
|
+
IsolineAllowOptionsFilterSensitiveLog,
|
|
4006
|
+
CorridorFilterSensitiveLog,
|
|
4007
|
+
PolylineCorridorFilterSensitiveLog,
|
|
4008
|
+
IsolineAvoidanceAreaGeometryFilterSensitiveLog,
|
|
4009
|
+
IsolineAvoidanceAreaFilterSensitiveLog,
|
|
4010
|
+
IsolineAvoidanceOptionsFilterSensitiveLog,
|
|
4011
|
+
IsolineMatchingOptionsFilterSensitiveLog,
|
|
4012
|
+
IsolineSideOfStreetOptionsFilterSensitiveLog,
|
|
4013
|
+
IsolineDestinationOptionsFilterSensitiveLog,
|
|
4014
|
+
IsolineGranularityOptionsFilterSensitiveLog,
|
|
4015
|
+
IsolineOriginOptionsFilterSensitiveLog,
|
|
4016
|
+
IsolineThresholdsFilterSensitiveLog,
|
|
4017
|
+
IsolineTrafficOptionsFilterSensitiveLog,
|
|
4018
|
+
IsolineVehicleLicensePlateFilterSensitiveLog,
|
|
4019
|
+
IsolineCarOptionsFilterSensitiveLog,
|
|
4020
|
+
IsolineScooterOptionsFilterSensitiveLog,
|
|
4021
|
+
IsolineTrailerOptionsFilterSensitiveLog,
|
|
4022
|
+
WeightPerAxleGroupFilterSensitiveLog,
|
|
4023
|
+
IsolineTruckOptionsFilterSensitiveLog,
|
|
4024
|
+
IsolineTravelModeOptionsFilterSensitiveLog,
|
|
4025
|
+
CalculateIsolinesRequestFilterSensitiveLog,
|
|
4026
|
+
IsolineConnectionGeometryFilterSensitiveLog,
|
|
4027
|
+
IsolineConnectionFilterSensitiveLog,
|
|
4028
|
+
IsolineShapeGeometryFilterSensitiveLog,
|
|
4029
|
+
IsolineFilterSensitiveLog,
|
|
4030
|
+
CalculateIsolinesResponseFilterSensitiveLog,
|
|
4031
|
+
RouteMatrixAllowOptionsFilterSensitiveLog,
|
|
4032
|
+
RouteMatrixAvoidanceAreaGeometryFilterSensitiveLog,
|
|
4033
|
+
RouteMatrixAvoidanceAreaFilterSensitiveLog,
|
|
4034
|
+
RouteMatrixAvoidanceZoneCategoryFilterSensitiveLog,
|
|
4035
|
+
RouteMatrixAvoidanceOptionsFilterSensitiveLog,
|
|
4036
|
+
RouteMatrixMatchingOptionsFilterSensitiveLog,
|
|
4037
|
+
RouteMatrixSideOfStreetOptionsFilterSensitiveLog,
|
|
4038
|
+
RouteMatrixDestinationOptionsFilterSensitiveLog,
|
|
4039
|
+
RouteMatrixDestinationFilterSensitiveLog,
|
|
4040
|
+
RouteMatrixExclusionOptionsFilterSensitiveLog,
|
|
4041
|
+
RouteMatrixOriginOptionsFilterSensitiveLog,
|
|
4042
|
+
RouteMatrixOriginFilterSensitiveLog,
|
|
4043
|
+
RouteMatrixAutoCircleFilterSensitiveLog,
|
|
4044
|
+
CircleFilterSensitiveLog,
|
|
4045
|
+
RouteMatrixBoundaryGeometryFilterSensitiveLog,
|
|
4046
|
+
RouteMatrixBoundaryFilterSensitiveLog,
|
|
4047
|
+
RouteMatrixTrafficOptionsFilterSensitiveLog,
|
|
4048
|
+
RouteMatrixVehicleLicensePlateFilterSensitiveLog,
|
|
4049
|
+
RouteMatrixCarOptionsFilterSensitiveLog,
|
|
4050
|
+
RouteMatrixScooterOptionsFilterSensitiveLog,
|
|
4051
|
+
RouteMatrixTrailerOptionsFilterSensitiveLog,
|
|
4052
|
+
RouteMatrixTruckOptionsFilterSensitiveLog,
|
|
4053
|
+
RouteMatrixTravelModeOptionsFilterSensitiveLog,
|
|
4054
|
+
CalculateRouteMatrixRequestFilterSensitiveLog,
|
|
4055
|
+
RouteMatrixEntryFilterSensitiveLog,
|
|
4056
|
+
CalculateRouteMatrixResponseFilterSensitiveLog,
|
|
4057
|
+
RouteAllowOptionsFilterSensitiveLog,
|
|
4058
|
+
RouteAvoidanceAreaGeometryFilterSensitiveLog,
|
|
4059
|
+
RouteAvoidanceAreaFilterSensitiveLog,
|
|
4060
|
+
RouteAvoidanceZoneCategoryFilterSensitiveLog,
|
|
4061
|
+
RouteAvoidanceOptionsFilterSensitiveLog,
|
|
4062
|
+
RouteMatchingOptionsFilterSensitiveLog,
|
|
4063
|
+
RouteSideOfStreetOptionsFilterSensitiveLog,
|
|
4064
|
+
RouteDestinationOptionsFilterSensitiveLog,
|
|
4065
|
+
RouteDriverScheduleIntervalFilterSensitiveLog,
|
|
4066
|
+
RouteDriverOptionsFilterSensitiveLog,
|
|
4067
|
+
RouteExclusionOptionsFilterSensitiveLog,
|
|
4068
|
+
RouteOriginOptionsFilterSensitiveLog,
|
|
4069
|
+
RouteEmissionTypeFilterSensitiveLog,
|
|
4070
|
+
RouteTollOptionsFilterSensitiveLog,
|
|
4071
|
+
RouteTrafficOptionsFilterSensitiveLog,
|
|
4072
|
+
RouteVehicleLicensePlateFilterSensitiveLog,
|
|
4073
|
+
RouteCarOptionsFilterSensitiveLog,
|
|
4074
|
+
RoutePedestrianOptionsFilterSensitiveLog,
|
|
4075
|
+
RouteScooterOptionsFilterSensitiveLog,
|
|
4076
|
+
RouteTrailerOptionsFilterSensitiveLog,
|
|
4077
|
+
RouteTruckOptionsFilterSensitiveLog,
|
|
4078
|
+
RouteTravelModeOptionsFilterSensitiveLog,
|
|
4079
|
+
RouteWaypointFilterSensitiveLog,
|
|
4080
|
+
CalculateRoutesRequestFilterSensitiveLog,
|
|
4081
|
+
RouteFerryAfterTravelStepFilterSensitiveLog,
|
|
4082
|
+
RouteFerryPlaceFilterSensitiveLog,
|
|
4083
|
+
RouteFerryArrivalFilterSensitiveLog,
|
|
4084
|
+
RouteFerryBeforeTravelStepFilterSensitiveLog,
|
|
4085
|
+
RouteFerryDepartureFilterSensitiveLog,
|
|
4086
|
+
RoutePassThroughPlaceFilterSensitiveLog,
|
|
4087
|
+
RoutePassThroughWaypointFilterSensitiveLog,
|
|
4088
|
+
LocalizedStringFilterSensitiveLog,
|
|
4089
|
+
RouteFerrySpanFilterSensitiveLog,
|
|
4090
|
+
RouteFerryOverviewSummaryFilterSensitiveLog,
|
|
4091
|
+
RouteFerryTravelOnlySummaryFilterSensitiveLog,
|
|
4092
|
+
RouteFerrySummaryFilterSensitiveLog,
|
|
4093
|
+
RouteFerryTravelStepFilterSensitiveLog,
|
|
4094
|
+
RouteFerryLegDetailsFilterSensitiveLog,
|
|
4095
|
+
RouteLegGeometryFilterSensitiveLog,
|
|
4096
|
+
RoutePedestrianPlaceFilterSensitiveLog,
|
|
4097
|
+
RoutePedestrianArrivalFilterSensitiveLog,
|
|
4098
|
+
RoutePedestrianDepartureFilterSensitiveLog,
|
|
4099
|
+
RouteSpanDynamicSpeedDetailsFilterSensitiveLog,
|
|
4100
|
+
RouteNumberFilterSensitiveLog,
|
|
4101
|
+
RouteSpanSpeedLimitDetailsFilterSensitiveLog,
|
|
4102
|
+
RoutePedestrianSpanFilterSensitiveLog,
|
|
4103
|
+
RoutePedestrianOverviewSummaryFilterSensitiveLog,
|
|
4104
|
+
RoutePedestrianTravelOnlySummaryFilterSensitiveLog,
|
|
4105
|
+
RoutePedestrianSummaryFilterSensitiveLog,
|
|
4106
|
+
RouteContinueStepDetailsFilterSensitiveLog,
|
|
4107
|
+
RouteRoadFilterSensitiveLog,
|
|
4108
|
+
RouteKeepStepDetailsFilterSensitiveLog,
|
|
4109
|
+
RouteRoundaboutEnterStepDetailsFilterSensitiveLog,
|
|
4110
|
+
RouteRoundaboutExitStepDetailsFilterSensitiveLog,
|
|
4111
|
+
RouteRoundaboutPassStepDetailsFilterSensitiveLog,
|
|
4112
|
+
RouteSignpostLabelFilterSensitiveLog,
|
|
4113
|
+
RouteSignpostFilterSensitiveLog,
|
|
4114
|
+
RouteTurnStepDetailsFilterSensitiveLog,
|
|
4115
|
+
RoutePedestrianTravelStepFilterSensitiveLog,
|
|
4116
|
+
RoutePedestrianLegDetailsFilterSensitiveLog,
|
|
4117
|
+
RouteVehiclePlaceFilterSensitiveLog,
|
|
4118
|
+
RouteVehicleArrivalFilterSensitiveLog,
|
|
4119
|
+
RouteVehicleDepartureFilterSensitiveLog,
|
|
4120
|
+
RouteVehicleIncidentFilterSensitiveLog,
|
|
4121
|
+
RouteWeightConstraintFilterSensitiveLog,
|
|
4122
|
+
RouteViolatedConstraintsFilterSensitiveLog,
|
|
4123
|
+
RouteVehicleNoticeDetailFilterSensitiveLog,
|
|
4124
|
+
RouteVehicleNoticeFilterSensitiveLog,
|
|
4125
|
+
RouteVehicleSpanFilterSensitiveLog,
|
|
4126
|
+
RouteVehicleOverviewSummaryFilterSensitiveLog,
|
|
4127
|
+
RouteVehicleTravelOnlySummaryFilterSensitiveLog,
|
|
4128
|
+
RouteVehicleSummaryFilterSensitiveLog,
|
|
4129
|
+
RouteTollPaymentSiteFilterSensitiveLog,
|
|
4130
|
+
RouteTollPriceValueRangeFilterSensitiveLog,
|
|
4131
|
+
RouteTollPriceFilterSensitiveLog,
|
|
4132
|
+
RouteTollPassValidityPeriodFilterSensitiveLog,
|
|
4133
|
+
RouteTollPassFilterSensitiveLog,
|
|
4134
|
+
RouteTransponderFilterSensitiveLog,
|
|
4135
|
+
RouteTollRateFilterSensitiveLog,
|
|
4136
|
+
RouteTollFilterSensitiveLog,
|
|
4137
|
+
RouteTollSystemFilterSensitiveLog,
|
|
4138
|
+
RouteContinueHighwayStepDetailsFilterSensitiveLog,
|
|
4139
|
+
RouteEnterHighwayStepDetailsFilterSensitiveLog,
|
|
4140
|
+
RouteExitStepDetailsFilterSensitiveLog,
|
|
4141
|
+
RouteRampStepDetailsFilterSensitiveLog,
|
|
4142
|
+
RouteUTurnStepDetailsFilterSensitiveLog,
|
|
4143
|
+
RouteVehicleTravelStepFilterSensitiveLog,
|
|
4144
|
+
RouteZoneFilterSensitiveLog,
|
|
4145
|
+
RouteVehicleLegDetailsFilterSensitiveLog,
|
|
4146
|
+
RouteLegFilterSensitiveLog,
|
|
4147
|
+
RouteMajorRoadLabelFilterSensitiveLog,
|
|
4148
|
+
RouteTollPriceSummaryFilterSensitiveLog,
|
|
4149
|
+
RouteTollSummaryFilterSensitiveLog,
|
|
4150
|
+
RouteSummaryFilterSensitiveLog,
|
|
4151
|
+
RouteFilterSensitiveLog,
|
|
4152
|
+
CalculateRoutesResponseFilterSensitiveLog,
|
|
4153
|
+
WaypointOptimizationAvoidanceAreaGeometryFilterSensitiveLog,
|
|
4154
|
+
WaypointOptimizationAvoidanceAreaFilterSensitiveLog,
|
|
4155
|
+
WaypointOptimizationAvoidanceOptionsFilterSensitiveLog,
|
|
4156
|
+
WaypointOptimizationDrivingDistanceOptionsFilterSensitiveLog,
|
|
4157
|
+
WaypointOptimizationClusteringOptionsFilterSensitiveLog,
|
|
4158
|
+
WaypointOptimizationAccessHoursEntryFilterSensitiveLog,
|
|
4159
|
+
WaypointOptimizationAccessHoursFilterSensitiveLog,
|
|
4160
|
+
WaypointOptimizationSideOfStreetOptionsFilterSensitiveLog,
|
|
4161
|
+
WaypointOptimizationDestinationOptionsFilterSensitiveLog,
|
|
4162
|
+
WaypointOptimizationRestCycleDurationsFilterSensitiveLog,
|
|
4163
|
+
WaypointOptimizationRestCyclesFilterSensitiveLog,
|
|
4164
|
+
WaypointOptimizationRestProfileFilterSensitiveLog,
|
|
4165
|
+
WaypointOptimizationDriverOptionsFilterSensitiveLog,
|
|
4166
|
+
WaypointOptimizationExclusionOptionsFilterSensitiveLog,
|
|
4167
|
+
WaypointOptimizationPedestrianOptionsFilterSensitiveLog,
|
|
4168
|
+
WaypointOptimizationTrailerOptionsFilterSensitiveLog,
|
|
4169
|
+
WaypointOptimizationTruckOptionsFilterSensitiveLog,
|
|
4170
|
+
WaypointOptimizationTravelModeOptionsFilterSensitiveLog,
|
|
4171
|
+
WaypointOptimizationWaypointFilterSensitiveLog,
|
|
4172
|
+
OptimizeWaypointsRequestFilterSensitiveLog,
|
|
4173
|
+
WaypointOptimizationConnectionFilterSensitiveLog,
|
|
4174
|
+
WaypointOptimizationFailedConstraintFilterSensitiveLog,
|
|
4175
|
+
WaypointOptimizationImpedingWaypointFilterSensitiveLog,
|
|
4176
|
+
WaypointOptimizationOptimizedWaypointFilterSensitiveLog,
|
|
4177
|
+
WaypointOptimizationTimeBreakdownFilterSensitiveLog,
|
|
4178
|
+
OptimizeWaypointsResponseFilterSensitiveLog,
|
|
4179
|
+
RoadSnapTracePointFilterSensitiveLog,
|
|
4180
|
+
RoadSnapTrailerOptionsFilterSensitiveLog,
|
|
4181
|
+
RoadSnapTruckOptionsFilterSensitiveLog,
|
|
4182
|
+
RoadSnapTravelModeOptionsFilterSensitiveLog,
|
|
4183
|
+
SnapToRoadsRequestFilterSensitiveLog,
|
|
4184
|
+
RoadSnapNoticeFilterSensitiveLog,
|
|
4185
|
+
RoadSnapSnappedGeometryFilterSensitiveLog,
|
|
4186
|
+
RoadSnapSnappedTracePointFilterSensitiveLog,
|
|
4187
|
+
SnapToRoadsResponseFilterSensitiveLog
|
|
4188
|
+
});
|
|
4189
|
+
|